Newest at the top
| 2026-04-21 20:59:56 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-04-21 20:54:34 +0000 | jmcantrell_ | (~weechat@user/jmcantrell) jmcantrell |
| 2026-04-21 20:53:12 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-21 20:46:40 +0000 | misterfish | (~misterfis@84.53.85.146) (Ping timeout: 244 seconds) |
| 2026-04-21 20:42:52 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
| 2026-04-21 20:37:49 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-21 20:33:01 +0000 | takuan | (~takuan@d8D86B9E9.access.telenet.be) (Ping timeout: 268 seconds) |
| 2026-04-21 20:29:51 +0000 | emmanuelux | (~em@user/emmanuelux) emmanuelux |
| 2026-04-21 20:26:37 +0000 | merijn | (~merijn@62.45.136.136) (Ping timeout: 244 seconds) |
| 2026-04-21 20:22:07 +0000 | merijn | (~merijn@62.45.136.136) merijn |
| 2026-04-21 20:21:33 +0000 | gehmehgeh | gmg |
| 2026-04-21 20:15:51 +0000 | <yin> | Leary: you're in too deep, man |
| 2026-04-21 20:11:24 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 255 seconds) |
| 2026-04-21 20:08:15 +0000 | tromp | (~textual@2001:1c00:340e:2700:463:2385:89e0:6cf) |
| 2026-04-21 20:07:17 +0000 | havochunter | (~havochunt@2a02-a467-ef2-0-f6c3-1c29-6870-3369.fixed6.kpn.net) (Remote host closed the connection) |
| 2026-04-21 20:06:44 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-21 19:59:33 +0000 | misterfish | (~misterfis@84.53.85.146) misterfish |
| 2026-04-21 19:59:13 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) Lord_of_Life |
| 2026-04-21 19:58:34 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Ping timeout: 256 seconds) |
| 2026-04-21 19:55:35 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds) |
| 2026-04-21 19:54:39 +0000 | arandombit | (~arandombi@user/arandombit) arandombit |
| 2026-04-21 19:54:39 +0000 | arandombit | (~arandombi@2a02:2455:8656:7100:20c2:7030:1cf7:e418) (Changing host) |
| 2026-04-21 19:54:39 +0000 | arandombit | (~arandombi@2a02:2455:8656:7100:20c2:7030:1cf7:e418) |
| 2026-04-21 19:51:23 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-21 19:48:34 +0000 | polykernel | (~polykerne@user/polykernel) polykernel |
| 2026-04-21 19:48:03 +0000 | gmg | (~user@user/gehmehgeh) (Ping timeout: 265 seconds) |
| 2026-04-21 19:47:03 +0000 | weary-traveler | (~user@user/user363627) user363627 |
| 2026-04-21 19:47:00 +0000 | gehmehgeh | (~user@user/gehmehgeh) gehmehgeh |
| 2026-04-21 19:44:46 +0000 | polykernel | (~polykerne@user/polykernel) (Ping timeout: 244 seconds) |
| 2026-04-21 19:42:07 +0000 | Googulator | (~Googulato@84-236-65-56.pool.digikabel.hu) |
| 2026-04-21 19:41:49 +0000 | Googulator | (~Googulato@84-236-65-56.pool.digikabel.hu) (Quit: Client closed) |
| 2026-04-21 19:40:44 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
| 2026-04-21 19:37:39 +0000 | <lambdabot> | Monad m => (t -> m (Maybe b)) -> (t -> m (Maybe b)) -> (t -> m b) -> t -> m b |
| 2026-04-21 19:37:38 +0000 | <Leary> | :t let (|||) = liftA2 $ \x y -> MaybeT x <|> MaybeT y; (||>) = liftA2 $ \x y -> runMaybeT x >>= maybe y pure in \f g h x -> (f ||| g ||> h) x |
| 2026-04-21 19:36:25 +0000 | gmg | (~user@user/gehmehgeh) gehmehgeh |
| 2026-04-21 19:36:00 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-21 19:33:49 +0000 | Fijxu | (~Fijxu@user/fijxu) fijxu |
| 2026-04-21 19:33:33 +0000 | Fijxu | (~Fijxu@user/fijxu) (Quit: XD!!) |
| 2026-04-21 19:26:27 +0000 | lisbeths | (uid135845@id-135845.lymington.irccloud.com) lisbeths |
| 2026-04-21 19:25:50 +0000 | <Leary> | dutchie: This won't run `g` if it doesn't have to, though I guess it will still run `h`. Meh. |
| 2026-04-21 19:25:08 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds) |
| 2026-04-21 19:24:41 +0000 | <lambdabot> | Monad f => (t -> f (Maybe c)) -> (t -> f (Maybe c)) -> (t -> f c) -> t -> f c |
| 2026-04-21 19:24:40 +0000 | <Leary> | :t let (|>) = flip fromMaybe; (|||) = liftA2 $ \x y -> runMaybeT (MaybeT x <|> MaybeT y); (||>) = liftA2 (liftA2 (|>)) in \f g h x -> (f ||| g ||> h) x |
| 2026-04-21 19:22:27 +0000 | misterfish | (~misterfis@84.53.85.146) (Ping timeout: 246 seconds) |
| 2026-04-21 19:22:18 +0000 | gmg | (~user@user/gehmehgeh) (Quit: Leaving) |
| 2026-04-21 19:20:32 +0000 | weary-traveler | (~user@user/user363627) (Remote host closed the connection) |
| 2026-04-21 19:18:05 +0000 | gehmehgeh | (~user@user/gehmehgeh) (Ping timeout: 265 seconds) |
| 2026-04-21 19:18:01 +0000 | bggd__ | (~bgg@2a01:e0a:fd5:f510:e4aa:967c:baaa:6501) (Remote host closed the connection) |
| 2026-04-21 19:17:58 +0000 | merijn | (~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn |
| 2026-04-21 19:15:56 +0000 | target_i | (~target_i@user/target-i/x-6023099) target_i |