2026/06/22

2026-06-22 00:04:47 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 00:08:27 +0000schuelermine(~Thunderbi@user/schuelermine) schuelermine
2026-06-22 00:09:46 +0000foul_owl(~kerry@94.156.149.95) (Ping timeout: 244 seconds)
2026-06-22 00:09:55 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2026-06-22 00:12:38 +0000foul_owl(~kerry@94.156.149.95) foul_owl
2026-06-22 00:13:13 +0000 <geekosaur> define "coherent"
2026-06-22 00:13:37 +0000 <geekosaur> I mean, the usual point of fundeps is to make it possible to use MPTCs without needing to specify the exact type everywhere, isn't it?
2026-06-22 00:16:09 +0000 <EvanR> ok so inference works with multiparameter typeclass? or so polymorphism works at all
2026-06-22 00:16:55 +0000 <geekosaur> inference, I think; it gives a hint as to the type it can't otherwise infer
2026-06-22 00:17:57 +0000 <EvanR> I'll have to try fundepless MPTC and see what's possible
2026-06-22 00:21:10 +0000 <monochrom> Consider "class Convert a b where convert :: a -> b". Then I can have "instance Convert Bool Int", "instance Convert Bool String", "instance Convert Int Bool", "instance Convert Int String", ... Nothing is inferrable, if I call "convert x" then someone must tell the compiler what's x's type and what's the codomain.
2026-06-22 00:22:41 +0000bgamari(~bgamari@64.223.132.8) (Ping timeout: 244 seconds)
2026-06-22 00:22:44 +0000 <EvanR> unless you call convert x in context where source and target type are known
2026-06-22 00:22:59 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 00:23:35 +0000 <monochrom> Whereas if I have "class Containership container element | container -> element" then an example instance will be "instance Containership [a] a" and when I call methods I only need to spell out the container type.
2026-06-22 00:24:23 +0000 <monochrom> which was exactly the use case back when Okasaki etc wrote data structure container libraries eg edison.
2026-06-22 00:25:17 +0000 <monochrom> Today people consider type families instead. class Container c where type Elem c
2026-06-22 00:27:24 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2026-06-22 00:31:05 +0000notzmv(~umar@user/notzmv) notzmv
2026-06-22 00:38:31 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 00:38:38 +0000Square(~Square@user/square) (Remote host closed the connection)
2026-06-22 00:40:28 +0000xff0x(~xff0x@2405:6580:b080:900:276e:9a01:f3d4:3fcb) (Ping timeout: 276 seconds)
2026-06-22 00:42:32 +0000czan(~czan@user/mange) czan
2026-06-22 00:43:05 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2026-06-22 00:45:26 +0000 <schuelermine> GHC release notes mention that GHCi commands now work with “multiple home units”. What is a home unit?
2026-06-22 00:47:29 +0000leppard(~noOne@ipservice-092-209-218-237.092.209.pools.vodafone-ip.de) (Ping timeout: 244 seconds)
2026-06-22 00:51:45 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2026-06-22 00:52:01 +0000chexum(~quassel@gateway/tor-sasl/chexum) chexum
2026-06-22 00:53:54 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 00:58:20 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2026-06-22 00:58:35 +0000 <geekosaur> practically, a package
2026-06-22 00:58:53 +0000 <geekosaur> or, well
2026-06-22 00:59:19 +0000 <geekosaur> think of a cabal file. you can have multiple "components" in it (unnamed library, named libraries, executables, tests, benchmarks)
2026-06-22 00:59:27 +0000Axma39476(~Axman6@user/axman6) Axman6
2026-06-22 00:59:29 +0000 <geekosaur> each component is a home unit, in ghc parlance
2026-06-22 01:00:19 +0000 <geekosaur> ghci used to only supporting one such at a time, which made things difficult when debugging a package with a library and an executable, say
2026-06-22 01:00:50 +0000 <geekosaur> ghci got limited multiple home unit support some time back, just enough for HLS to be able to sanely work with such multi-component packages; as of 9.14 it now supports them fully
2026-06-22 01:01:20 +0000Axman6(~Axman6@user/axman6) (Ping timeout: 245 seconds)
2026-06-22 01:02:00 +0000prdak(~Thunderbi@user/prdak) (Remote host closed the connection)
2026-06-22 01:02:19 +0000prdak(~Thunderbi@user/prdak) prdak
2026-06-22 01:02:59 +0000vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 252 seconds)
2026-06-22 01:04:45 +0000weary-traveler(~user@user/user363627) (Quit: Konversation terminated!)
2026-06-22 01:04:50 +0000jayanth(~jayanth@static-98-115-128-109.phlapa.fios.verizon.net) (Ping timeout: 248 seconds)
2026-06-22 01:05:05 +0000weary-traveler(~user@user/user363627) user363627
2026-06-22 01:06:00 +0000traxex(traxex@user/traxex) (Ping timeout: 246 seconds)
2026-06-22 01:09:17 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 01:14:10 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2026-06-22 01:24:39 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 01:31:20 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds)
2026-06-22 01:33:40 +0000Pozyomka(~pyon@user/pyon) (Remote host closed the connection)
2026-06-22 01:33:58 +0000Pozyomka(~pyon@user/pyon) pyon
2026-06-22 01:42:43 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 01:46:27 +0000khumba(~khumba@user/khumba) ()
2026-06-22 01:47:43 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds)
2026-06-22 01:49:22 +0000schuelermine(~Thunderbi@user/schuelermine) (Ping timeout: 276 seconds)
2026-06-22 01:59:47 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 02:06:35 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2026-06-22 02:08:57 +0000xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp)
2026-06-22 02:11:32 +0000chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2026-06-22 02:11:47 +0000chexum(~quassel@gateway/tor-sasl/chexum) chexum
2026-06-22 02:12:44 +0000td_(~td@i5387090C.versanet.de) (Ping timeout: 244 seconds)
2026-06-22 02:13:27 +0000fgarcia(~lei@user/fgarcia) (Read error: Connection reset by peer)
2026-06-22 02:14:29 +0000td_(~td@i53870915.versanet.de)
2026-06-22 02:17:09 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 02:18:28 +0000yanmaani(~yanmaani@gateway/tor-sasl/yanmaani) (Remote host closed the connection)
2026-06-22 02:18:29 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Remote host closed the connection)
2026-06-22 02:18:38 +0000yanmaani(~yanmaani@gateway/tor-sasl/yanmaani) yanmaani
2026-06-22 02:18:53 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) bitdex
2026-06-22 02:19:01 +0000gmg(~user@user/gehmehgeh) (Remote host closed the connection)
2026-06-22 02:19:39 +0000marinelli(~weechat@gateway/tor-sasl/marinelli) (Remote host closed the connection)
2026-06-22 02:19:43 +0000gmg(~user@user/gehmehgeh) gehmehgeh
2026-06-22 02:20:00 +0000marinelli(~weechat@gateway/tor-sasl/marinelli) marinelli
2026-06-22 02:21:31 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2026-06-22 02:22:36 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 02:26:52 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 256 seconds)
2026-06-22 02:32:32 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 02:36:14 +0000hsw(~hsw@112-104-29-204.adsl.dynamic.seed.net.tw) (Quit: Leaving)
2026-06-22 02:36:57 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2026-06-22 02:44:28 +0000weary-traveler(~user@user/user363627) (Quit: Konversation terminated!)
2026-06-22 02:44:46 +0000weary-traveler(~user@user/user363627) user363627
2026-06-22 02:47:56 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 02:52:40 +0000smalltalkman(uid545680@id-545680.hampstead.irccloud.com) (Quit: Connection closed for inactivity)
2026-06-22 02:52:46 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2026-06-22 03:03:17 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 03:10:31 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds)
2026-06-22 03:12:43 +0000kimiamania(~768865ec@user/kimiamania) (Quit: Ping timeout (120 seconds))
2026-06-22 03:13:06 +0000kimiamania(~768865ec@user/kimiamania) kimiamania
2026-06-22 03:23:38 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 03:28:10 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2026-06-22 03:28:46 +0000califax(~califax@user/califx) (Remote host closed the connection)
2026-06-22 03:29:00 +0000califax(~califax@user/califx) califx
2026-06-22 03:39:01 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 03:42:56 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 03:43:14 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2026-06-22 03:54:23 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 03:59:07 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds)
2026-06-22 04:00:07 +0000fgarcia(~lei@user/fgarcia) fgarcia
2026-06-22 04:01:20 +0000Axma39476(~Axman6@user/axman6) (Ping timeout: 245 seconds)
2026-06-22 04:09:30 +0000michalz(~michalz@185.246.207.221)
2026-06-22 04:10:23 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 04:14:40 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2026-06-22 04:24:31 +0000User_(~jabos_gra@user/jabos-grande:16073) jabos_grande
2026-06-22 04:25:45 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 04:30:16 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 259 seconds)
2026-06-22 04:41:07 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 04:47:58 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds)
2026-06-22 04:52:05 +0000Enrico63(~Enrico63@host-82-59-243-152.retail.telecomitalia.it) Enrico63
2026-06-22 04:59:11 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 05:01:59 +0000machinedgod(~machinedg@d108-173-95-19.abhsia.telus.net) (Ping timeout: 245 seconds)
2026-06-22 05:03:45 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 262 seconds)
2026-06-22 05:17:10 +0000takuan(~takuan@d8D86B9E9.access.telenet.be)
2026-06-22 05:19:27 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 05:24:19 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds)
2026-06-22 05:28:25 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 276 seconds)
2026-06-22 05:34:56 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 05:36:30 +0000Enrico63(~Enrico63@host-82-59-243-152.retail.telecomitalia.it) (Quit: Client closed)
2026-06-22 05:37:58 +0000michalz(~michalz@185.246.207.221) (Read error: Connection reset by peer)
2026-06-22 05:38:26 +0000michalz(~michalz@185.246.207.200)
2026-06-22 05:40:07 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2026-06-22 05:45:05 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 05:49:40 +0000Enrico63(~Enrico63@host-82-59-243-152.retail.telecomitalia.it) Enrico63
2026-06-22 05:50:14 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 05:52:00 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 256 seconds)
2026-06-22 05:55:06 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 257 seconds)
2026-06-22 06:05:17 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 06:05:54 +0000tromp(~textual@2001:1c00:340e:2700:f85c:5d3d:452:a65a)
2026-06-22 06:09:48 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds)
2026-06-22 06:20:39 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 06:25:16 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2026-06-22 06:29:40 +0000__monty__(~toonn@user/toonn) toonn
2026-06-22 06:35:14 +0000fgarcia(~lei@user/fgarcia) (Read error: Connection reset by peer)
2026-06-22 06:36:03 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 06:36:17 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 06:40:31 +0000fgarcia(~lei@user/fgarcia) fgarcia
2026-06-22 06:40:44 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 256 seconds)
2026-06-22 06:41:13 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2026-06-22 06:42:31 +0000czan(~czan@user/mange) (Remote host closed the connection)
2026-06-22 06:44:28 +0000vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2026-06-22 06:47:02 +0000tromp(~textual@2001:1c00:340e:2700:f85c:5d3d:452:a65a) (Quit: My iMac has gone to sleep. ZZZzzz…)
2026-06-22 06:50:25 +0000acidjnk(~acidjnk@p200300d6e700e5655aeb0151c7ac3b3b.dip0.t-ipconnect.de) acidjnk
2026-06-22 06:50:36 +0000acidjnk_new(~acidjnk@p200300d6e700e5655aeb0151c7ac3b3b.dip0.t-ipconnect.de) acidjnk
2026-06-22 06:52:35 +0000chele(~chele@user/chele) chele
2026-06-22 06:53:04 +0000sord937(~sord937@gateway/tor-sasl/sord937) sord937
2026-06-22 06:55:44 +0000ft(~ft@p508db6b1.dip0.t-ipconnect.de) (Quit: leaving)
2026-06-22 06:56:38 +0000Axman6(~Axman6@user/axman6) Axman6
2026-06-22 06:57:18 +0000jreicher(~joelr@user/jreicher) (Quit: In transit)
2026-06-22 06:58:35 +0000fgarcia(~lei@user/fgarcia) (Read error: Connection reset by peer)
2026-06-22 07:01:24 +0000jayanth(~jayanth@static-98-115-128-109.phlapa.fios.verizon.net)
2026-06-22 07:03:55 +0000weary-traveler(~user@user/user363627) (Remote host closed the connection)
2026-06-22 07:09:10 +0000Sgeo(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2026-06-22 07:13:04 +0000vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 276 seconds)
2026-06-22 07:19:00 +0000jayanth(~jayanth@static-98-115-128-109.phlapa.fios.verizon.net) (Ping timeout: 263 seconds)
2026-06-22 07:21:52 +0000EvanR(~EvanR@user/evanr) (Ping timeout: 266 seconds)
2026-06-22 07:24:33 +0000merijn(~merijn@77.242.116.146) merijn
2026-06-22 07:25:33 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 07:30:37 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 276 seconds)
2026-06-22 07:40:21 +0000chromoblob(~chromoblo@user/chromob1ot1c) (Read error: Connection reset by peer)
2026-06-22 07:40:41 +0000chromoblob(~chromoblo@user/chromob1ot1c) chromoblob\0
2026-06-22 07:52:15 +0000vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2026-06-22 07:56:12 +0000prdak(~Thunderbi@user/prdak) (Read error: Connection reset by peer)
2026-06-22 07:56:17 +0000prdak1(~Thunderbi@user/prdak) prdak
2026-06-22 07:57:59 +0000tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net) (Quit: zzz)
2026-06-22 07:58:35 +0000prdak1prdak
2026-06-22 08:02:34 +0000fp(~Thunderbi@130.233.70.229) fp
2026-06-22 08:13:46 +0000CiaoSen(~Jura@2a02:3100:6368:1c00:4e50:ddff:fe9b:8922) CiaoSen
2026-06-22 08:15:08 +0000acidjnk_new3(~acidjnk@p200300d6e700e527a803b16ebc013ad0.dip0.t-ipconnect.de) acidjnk
2026-06-22 08:15:30 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 08:18:12 +0000acidjnk_new(~acidjnk@p200300d6e700e5655aeb0151c7ac3b3b.dip0.t-ipconnect.de) (Ping timeout: 256 seconds)
2026-06-22 08:18:46 +0000acidjnk(~acidjnk@p200300d6e700e5655aeb0151c7ac3b3b.dip0.t-ipconnect.de) (Ping timeout: 256 seconds)
2026-06-22 08:19:10 +0000acidjnk(~acidjnk@p200300d6e700e527a803b16ebc013ad0.dip0.t-ipconnect.de) acidjnk
2026-06-22 08:19:33 +0000merijn(~merijn@77.242.116.146) (Ping timeout: 252 seconds)
2026-06-22 08:20:40 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 276 seconds)
2026-06-22 08:21:20 +0000vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 252 seconds)
2026-06-22 08:21:39 +0000merijn(~merijn@77.242.116.146) merijn
2026-06-22 08:22:45 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 08:27:49 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 276 seconds)
2026-06-22 08:30:09 +0000merijn(~merijn@77.242.116.146) (Ping timeout: 246 seconds)
2026-06-22 08:42:43 +0000jreicher(~joelr@user/jreicher) jreicher
2026-06-22 08:43:41 +0000merijn(~merijn@77.242.116.146) merijn
2026-06-22 08:51:26 +0000vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2026-06-22 08:52:30 +0000poscat0x04(~poscat@user/poscat) (Remote host closed the connection)
2026-06-22 08:55:33 +0000poscat(~poscat@user/poscat) poscat
2026-06-22 08:59:54 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 09:04:04 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 245 seconds)
2026-06-22 09:05:33 +0000merijn(~merijn@77.242.116.146) (Ping timeout: 244 seconds)
2026-06-22 09:16:54 +0000schuelermine(~Thunderbi@user/schuelermine) schuelermine
2026-06-22 09:18:43 +0000merijn(~merijn@77.242.116.146) merijn
2026-06-22 09:20:07 +0000prdak(~Thunderbi@user/prdak) (Quit: prdak)
2026-06-22 09:20:40 +0000prdak(~Thunderbi@user/prdak) prdak
2026-06-22 09:21:24 +0000prdak(~Thunderbi@user/prdak) (Client Quit)
2026-06-22 09:21:43 +0000prdak(~Thunderbi@user/prdak) prdak
2026-06-22 09:29:16 +0000leppard(~noOne@ipservice-092-209-218-237.092.209.pools.vodafone-ip.de) Inline
2026-06-22 09:37:20 +0000jreicherGuest4267
2026-06-22 09:37:48 +0000jreicher(~joelr@user/jreicher) jreicher
2026-06-22 09:41:10 +0000Guest4267(~joelr@user/jreicher) (Ping timeout: 243 seconds)
2026-06-22 09:41:13 +0000__monty__(~toonn@user/toonn) (Quit: leaving)
2026-06-22 09:45:08 +0000karenw_(~karenw@user/karenw) karenw
2026-06-22 09:45:28 +0000vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 256 seconds)
2026-06-22 09:49:19 +0000Enrico63(~Enrico63@host-82-59-243-152.retail.telecomitalia.it) (Quit: Client closed)
2026-06-22 09:49:36 +0000schuelermine(~Thunderbi@user/schuelermine) (Ping timeout: 246 seconds)
2026-06-22 09:59:13 +0000karenw_(~karenw@user/karenw) (Quit: Deep into that darkness peering...)
2026-06-22 10:00:22 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 10:04:45 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 245 seconds)
2026-06-22 10:05:29 +0000fp(~Thunderbi@130.233.70.229) (Ping timeout: 262 seconds)
2026-06-22 10:18:24 +0000merijn(~merijn@77.242.116.146) (Ping timeout: 265 seconds)
2026-06-22 10:25:39 +0000karenw_(~karenw@user/karenw) karenw
2026-06-22 10:28:06 +0000wickedjargon(~user@64.114.24.74) wickedjargon
2026-06-22 10:30:37 +0000merijn(~merijn@77.242.116.146) merijn
2026-06-22 10:31:32 +0000fp(~Thunderbi@130.233.70.229) fp
2026-06-22 10:35:31 +0000merijn(~merijn@77.242.116.146) (Ping timeout: 252 seconds)
2026-06-22 10:38:26 +0000danza(~danza@user/danza) danza
2026-06-22 10:39:18 +0000CiaoSen(~Jura@2a02:3100:6368:1c00:4e50:ddff:fe9b:8922) (Ping timeout: 256 seconds)
2026-06-22 10:41:35 +0000fgarcia(~lei@user/fgarcia) fgarcia
2026-06-22 10:46:43 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 10:48:39 +0000merijn(~merijn@77.242.116.146) merijn
2026-06-22 10:51:00 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 245 seconds)
2026-06-22 10:52:48 +0000danza(~danza@user/danza) (Remote host closed the connection)
2026-06-22 10:53:29 +0000merijn(~merijn@77.242.116.146) (Ping timeout: 248 seconds)
2026-06-22 10:54:29 +0000xff0x(~xff0x@fsb6a9491c.tkyc517.ap.nuro.jp) (Ping timeout: 251 seconds)
2026-06-22 11:04:59 +0000merijn(~merijn@77.242.116.146) merijn
2026-06-22 11:09:32 +0000divya(divya@140.238.251.170) (Ping timeout: 260 seconds)
2026-06-22 11:11:00 +0000Crypt_Lab(~NSA@171.33.191.92) CommanderBond007
2026-06-22 11:11:14 +0000CiaoSen(~Jura@2a02:3100:6368:1c00:4e50:ddff:fe9b:8922) CiaoSen
2026-06-22 11:13:17 +0000CryptLab(~NSA@185.215.181.27) (Ping timeout: 240 seconds)
2026-06-22 11:14:22 +0000Crypt_LabCryptLab
2026-06-22 11:24:53 +0000nyc(~nyc@user/nyc) nyc
2026-06-22 11:28:52 +0000karenw_(~karenw@user/karenw) (Ping timeout: 252 seconds)
2026-06-22 11:30:13 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 244 seconds)
2026-06-22 11:30:34 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) Lord_of_Life
2026-06-22 11:38:24 +0000vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2026-06-22 11:40:27 +0000fgarcia(~lei@user/fgarcia) (Read error: Connection reset by peer)
2026-06-22 11:44:09 +0000fgarcia(~lei@user/fgarcia) fgarcia
2026-06-22 11:44:33 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 11:49:19 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 276 seconds)
2026-06-22 11:50:36 +0000divlamir(~divlamir@user/divlamir) (Read error: Connection reset by peer)
2026-06-22 11:50:59 +0000divlamir(~divlamir@user/divlamir) divlamir
2026-06-22 11:52:57 +0000chromoblob(~chromoblo@user/chromob1ot1c) (Ping timeout: 244 seconds)
2026-06-22 11:55:14 +0000chromoblob(~chromoblo@user/chromob1ot1c) chromoblob\0
2026-06-22 12:15:51 +0000vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 265 seconds)
2026-06-22 12:17:42 +0000jayanth(~jayanth@static-98-115-128-109.phlapa.fios.verizon.net)
2026-06-22 12:29:19 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 12:32:05 +0000jonnie(~jonnie@user/jonnie) (Read error: Connection reset by peer)
2026-06-22 12:32:19 +0000jonnie(~jonnie@user/jonnie) jonnie
2026-06-22 12:34:10 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 276 seconds)
2026-06-22 12:34:12 +0000merijn(~merijn@77.242.116.146) (Ping timeout: 252 seconds)
2026-06-22 12:37:55 +0000merijn(~merijn@77.242.116.146) merijn
2026-06-22 12:40:09 +0000Vajb(~Vajb@n6ls0b8icarshykj82k-1.v6.elisa-mobile.fi) (Ping timeout: 248 seconds)
2026-06-22 12:47:22 +0000fgarcia(~lei@user/fgarcia) (Ping timeout: 256 seconds)
2026-06-22 12:48:11 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 245 seconds)
2026-06-22 12:48:38 +0000haritz(~hrtz@140.228.70.141)
2026-06-22 12:48:38 +0000haritz(~hrtz@140.228.70.141) (Changing host)
2026-06-22 12:48:38 +0000haritz(~hrtz@user/haritz) haritz
2026-06-22 12:53:38 +0000CiaoSen(~Jura@2a02:3100:6368:1c00:4e50:ddff:fe9b:8922) (Ping timeout: 248 seconds)
2026-06-22 12:59:22 +0000wickedjargon(~user@64.114.24.74) (Remote host closed the connection)
2026-06-22 13:02:05 +0000xff0x(~xff0x@2405:6580:b080:900:df45:9308:76fe:d30b)
2026-06-22 13:09:01 +0000nyc(~nyc@user/nyc) (Ping timeout: 265 seconds)
2026-06-22 13:10:26 +0000nyc(~nyc@user/nyc) nyc
2026-06-22 13:15:39 +0000natto17(~natto@129.154.243.159) (Quit: a.)
2026-06-22 13:18:02 +0000natto17(~natto@129.154.243.159) natto
2026-06-22 13:19:11 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 13:19:51 +0000nyc(~nyc@user/nyc) (Read error: Connection reset by peer)
2026-06-22 13:20:12 +0000nyc(~nyc@user/nyc) nyc
2026-06-22 13:22:56 +0000 <jaror> If anyone has any opinion on warnings for punning (using the same name at both the term and type level), please have a look at: https://github.com/ghc-proposals/ghc-proposals/pull/765
2026-06-22 13:23:30 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 245 seconds)
2026-06-22 13:24:43 +0000marinelli(~weechat@gateway/tor-sasl/marinelli) (Remote host closed the connection)
2026-06-22 13:25:04 +0000marinelli(~weechat@gateway/tor-sasl/marinelli) marinelli
2026-06-22 13:26:32 +0000vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2026-06-22 13:35:22 +0000rekahsoft(~rekahsoft@70.51.99.119) rekahsoft
2026-06-22 13:40:28 +0000nyc(~nyc@user/nyc) (Ping timeout: 276 seconds)
2026-06-22 13:44:02 +0000natto17(~natto@129.154.243.159) (Ping timeout: 256 seconds)
2026-06-22 13:44:06 +0000spew(~spew@user/spew) (Read error: Connection reset by peer)
2026-06-22 13:45:05 +0000nyc(~nyc@user/nyc) nyc
2026-06-22 13:45:23 +0000natto17(~natto@129.154.243.159) natto
2026-06-22 13:48:55 +0000jayanth(~jayanth@static-98-115-128-109.phlapa.fios.verizon.net) (Ping timeout: 264 seconds)
2026-06-22 13:50:45 +0000natto17(~natto@129.154.243.159) (Ping timeout: 244 seconds)
2026-06-22 13:52:51 +0000chromoblob(~chromoblo@user/chromob1ot1c) (Ping timeout: 252 seconds)
2026-06-22 13:53:25 +0000chromoblob(~chromoblo@user/chromob1ot1c) chromoblob\0
2026-06-22 13:54:44 +0000nyc(~nyc@user/nyc) (Read error: Connection reset by peer)
2026-06-22 13:54:58 +0000nyc(~nyc@user/nyc) nyc
2026-06-22 13:55:19 +0000natto17(~natto@129.154.243.159) natto
2026-06-22 14:05:00 +0000chromoblob(~chromoblo@user/chromob1ot1c) (Read error: Connection reset by peer)
2026-06-22 14:06:29 +0000chromoblob(~chromoblo@user/chromob1ot1c) chromoblob\0
2026-06-22 14:11:42 +0000ystael(~ystael@user/ystael) ystael
2026-06-22 14:21:38 +0000ouilemur(~jgmerritt@user/ouilemur) ouilemur
2026-06-22 14:33:07 +0000fp(~Thunderbi@130.233.70.229) (Ping timeout: 244 seconds)
2026-06-22 14:33:20 +0000vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 256 seconds)
2026-06-22 14:35:29 +0000michalz(~michalz@185.246.207.200) (Quit: ZNC 1.9.1 - https://znc.in)
2026-06-22 14:36:54 +0000michalz(~michalz@185.246.207.222)
2026-06-22 14:44:19 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 14:45:01 +0000machinedgod(~machinedg@d108-173-95-19.abhsia.telus.net) machinedgod
2026-06-22 14:48:32 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 252 seconds)
2026-06-22 14:53:22 +0000califax(~califax@user/califx) (Remote host closed the connection)
2026-06-22 14:54:27 +0000Pixi`(~Pixi@user/pixi) Pixi
2026-06-22 14:55:28 +0000Pixi(~Pixi@user/pixi) (Ping timeout: 268 seconds)
2026-06-22 14:57:24 +0000califax(~califax@user/califx) califx
2026-06-22 15:10:27 +0000jgee242(~jayanth@69.249.219.205)
2026-06-22 15:10:43 +0000jgee242(~jayanth@69.249.219.205) (Remote host closed the connection)
2026-06-22 15:25:47 +0000califax(~califax@user/califx) (Remote host closed the connection)
2026-06-22 15:26:28 +0000schuelermine(~Thunderbi@user/schuelermine) schuelermine
2026-06-22 15:26:50 +0000califax(~califax@user/califx) califx
2026-06-22 15:29:47 +0000califax(~califax@user/califx) (Remote host closed the connection)
2026-06-22 15:30:46 +0000califax(~califax@user/califx) califx
2026-06-22 15:33:26 +0000mangoiv4(~mangoiv@static.148.35.181.135.clients.your-server.de)
2026-06-22 15:33:33 +0000mangoiv(~mangoiv@user/mangoiv) (Read error: Connection reset by peer)
2026-06-22 15:33:34 +0000mangoiv4mangoiv
2026-06-22 15:34:59 +0000Googulator(~Googulato@212-40-94-63.pool.digikabel.hu) (Quit: Client closed)
2026-06-22 15:35:17 +0000Googulator(~Googulato@212-40-94-63.pool.digikabel.hu)
2026-06-22 15:37:11 +0000Pixi`Pixi
2026-06-22 15:40:34 +0000AlexNoo_(~AlexNoo@178.34.150.149)
2026-06-22 15:41:15 +0000merijn(~merijn@77.242.116.146) (Ping timeout: 259 seconds)
2026-06-22 15:42:58 +0000AlexZenon(~alzenon@178.34.161.8) (Ping timeout: 252 seconds)
2026-06-22 15:43:31 +0000Alex_delenda_est(~al_test@178.34.161.8) (Ping timeout: 252 seconds)
2026-06-22 15:44:04 +0000AlexNoo(~AlexNoo@178.34.161.8) (Ping timeout: 245 seconds)
2026-06-22 15:44:58 +0000EvanR(~EvanR@user/evanr) EvanR
2026-06-22 15:47:10 +0000AlexZenon(~alzenon@178.34.150.149)
2026-06-22 15:51:51 +0000AlexZenon(~alzenon@178.34.150.149) (Ping timeout: 246 seconds)
2026-06-22 15:58:49 +0000EvanR(~EvanR@user/evanr) (Remote host closed the connection)
2026-06-22 15:59:09 +0000EvanR(~EvanR@user/evanr) EvanR
2026-06-22 15:59:09 +0000EvanR(~EvanR@user/evanr) (Remote host closed the connection)
2026-06-22 15:59:18 +0000AlexZenon(~alzenon@178.34.150.149)
2026-06-22 16:04:50 +0000AlexNoo_AlexNoo
2026-06-22 16:06:24 +0000ystael(~ystael@user/ystael) (Ping timeout: 265 seconds)
2026-06-22 16:16:08 +0000weary-traveler(~user@user/user363627) user363627
2026-06-22 16:18:43 +0000nattkyrro(~serenity@user/nattkyrro) (Ping timeout: 268 seconds)
2026-06-22 16:19:12 +0000nattkyrro(~serenity@user/nattkyrro) nattkyrro
2026-06-22 16:23:06 +0000tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net)
2026-06-22 16:27:40 +0000Enigmagic(~Enigmagic@user/Enigmagic) (Ping timeout: 245 seconds)
2026-06-22 16:36:38 +0000Enigmagic(~Enigmagic@user/Enigmagic) Enigmagic
2026-06-22 16:39:33 +0000peterbecich(~Thunderbi@71.84.33.135) peterbecich
2026-06-22 16:40:10 +0000nattkyrro(~serenity@user/nattkyrro) (Ping timeout: 252 seconds)
2026-06-22 16:41:50 +0000nattkyrro(~serenity@user/nattkyrro) nattkyrro
2026-06-22 17:02:45 +0000ft(~ft@p508db6b1.dip0.t-ipconnect.de) ft
2026-06-22 17:15:00 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 17:19:58 +0000chele(~chele@user/chele) (Remote host closed the connection)
2026-06-22 17:20:13 +0000EvanR(~EvanR@user/evanr) EvanR
2026-06-22 17:21:48 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 265 seconds)
2026-06-22 17:22:27 +0000vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2026-06-22 17:26:33 +0000peterbecich(~Thunderbi@71.84.33.135) (Ping timeout: 248 seconds)
2026-06-22 17:27:27 +0000sord937(~sord937@gateway/tor-sasl/sord937) (Quit: sord937)
2026-06-22 17:32:50 +0000pavonia(~user@user/siracusa) (Quit: Bye!)
2026-06-22 17:33:04 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 17:35:30 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Excess Flood)
2026-06-22 17:36:36 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) Lord_of_Life
2026-06-22 17:37:15 +0000nyc(~nyc@user/nyc) (Ping timeout: 252 seconds)
2026-06-22 17:37:48 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2026-06-22 17:45:42 +0000byorgey(~byorgey@user/byorgey) (Quit: leaving)
2026-06-22 17:53:42 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 17:54:52 +0000CryptLab(~NSA@171.33.191.92) (Read error: Connection reset by peer)
2026-06-22 17:55:29 +0000tromp(~textual@2001:1c00:340e:2700:f85c:5d3d:452:a65a)
2026-06-22 17:55:41 +0000CryptLab(~NSA@145.79.196.162) CommanderBond007
2026-06-22 17:58:17 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2026-06-22 18:09:05 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 18:11:26 +0000dtman34(~dtman34@c-73-242-68-179.hsd1.mn.comcast.net) (Ping timeout: 245 seconds)
2026-06-22 18:14:02 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2026-06-22 18:15:38 +0000dtman34(~dtman34@2601:447:d17d:eaf2:8123:c1ff:6dae:d26b) dtman34
2026-06-22 18:21:38 +0000schuelermine(~Thunderbi@user/schuelermine) (Ping timeout: 248 seconds)
2026-06-22 18:24:29 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 18:28:57 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2026-06-22 18:34:50 +0000deveng(~fernando-@2a01:4f9:c012:63d3::1) fernando-basso
2026-06-22 18:35:34 +0000devengfernando-basso
2026-06-22 18:39:33 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 18:40:04 +0000EvanR(~EvanR@user/evanr) (Remote host closed the connection)
2026-06-22 18:40:23 +0000EvanR(~EvanR@user/evanr) EvanR
2026-06-22 18:44:30 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 262 seconds)
2026-06-22 18:48:36 +0000vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 246 seconds)
2026-06-22 18:54:54 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 18:59:40 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 256 seconds)
2026-06-22 19:00:18 +0000machinedgod(~machinedg@d108-173-95-19.abhsia.telus.net) (Ping timeout: 252 seconds)
2026-06-22 19:07:26 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 19:08:18 +0000vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2026-06-22 19:19:54 +0000Anarchos(~Anarchos@91-161-254-16.subs.proxad.net) Anarchos
2026-06-22 20:03:04 +0000gorignak(~gorignak@user/gorignak) gorignak
2026-06-22 20:03:11 +0000gorignak(~gorignak@user/gorignak) (Client Quit)
2026-06-22 20:08:58 +0000dextaa(~DV@user/dextaa) dextaa
2026-06-22 20:10:30 +0000Anarchos(~Anarchos@91-161-254-16.subs.proxad.net) (Ping timeout: 246 seconds)
2026-06-22 20:13:33 +0000mfc_kbs(~keibisoft@2a06:1fc0:0:1::1cd) (Quit: ZNC 1.9.0+deb2build3 - https://znc.in)
2026-06-22 20:13:51 +0000mfc_kbs(~keibisoft@2a06:1fc0:0:1::1cd)
2026-06-22 20:26:17 +0000vgtw(~vgtw@user/vgtw) (Ping timeout: 248 seconds)
2026-06-22 20:26:34 +0000vgtw(~vgtw@user/vgtw) vgtw
2026-06-22 20:33:55 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 264 seconds)
2026-06-22 20:34:20 +0000mehbark(~mehbark@joey.luug.ece.vt.edu) (Ping timeout: 245 seconds)
2026-06-22 20:36:44 +0000mehbark(~mehbark@joey.luug.ece.vt.edu)
2026-06-22 20:39:34 +0000weary-traveler(~user@user/user363627) (Remote host closed the connection)
2026-06-22 20:40:46 +0000itaipu(~itaipu@168.121.98.63) itaipu
2026-06-22 20:44:40 +0000emilym(~Thunderbi@user/emilym) emilym
2026-06-22 20:44:42 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 20:48:55 +0000emilym(~Thunderbi@user/emilym) (Ping timeout: 245 seconds)
2026-06-22 20:51:00 +0000vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 245 seconds)
2026-06-22 20:51:25 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2026-06-22 20:53:17 +0000target_i(~target_i@user/target-i/x-6023099) target_i
2026-06-22 20:55:39 +0000dextaa(~DV@user/dextaa) (Ping timeout: 246 seconds)
2026-06-22 20:56:29 +0000dextaa(~DV@user/dextaa) dextaa
2026-06-22 20:57:26 +0000Alex_delenda_est(~al_test@178.34.150.149)
2026-06-22 20:57:54 +0000target_i(~target_i@user/target-i/x-6023099) (Ping timeout: 248 seconds)
2026-06-22 20:57:55 +0000takuan(~takuan@d8D86B9E9.access.telenet.be) (Ping timeout: 264 seconds)
2026-06-22 20:58:38 +0000target_i(~target_i@user/target-i/x-6023099) target_i
2026-06-22 21:02:37 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 21:03:19 +0000target_i(~target_i@user/target-i/x-6023099) (Ping timeout: 270 seconds)
2026-06-22 21:06:15 +0000schuelermine(~Thunderbi@user/schuelermine) schuelermine
2026-06-22 21:06:53 +0000 <unworriedsafari> @pl \x y -> f x $ g y
2026-06-22 21:06:53 +0000 <lambdabot> (. g) . f
2026-06-22 21:07:08 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 262 seconds)
2026-06-22 21:07:28 +0000 <unworriedsafari> @pl \y x -> f x $ g y
2026-06-22 21:07:28 +0000 <lambdabot> flip f . g
2026-06-22 21:09:17 +0000target_i(~target_i@user/target-i/x-6023099) target_i
2026-06-22 21:15:12 +0000 <monochrom> Interesting difference.
2026-06-22 21:17:59 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 21:18:05 +0000michalz(~michalz@185.246.207.222) (Remote host closed the connection)
2026-06-22 21:23:16 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2026-06-22 21:27:01 +0000pavonia(~user@user/siracusa) siracusa
2026-06-22 21:33:22 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 21:33:31 +0000Anarchos(~Anarchos@91-161-254-16.subs.proxad.net) Anarchos
2026-06-22 21:36:11 +0000Anarchos(~Anarchos@91-161-254-16.subs.proxad.net) ()
2026-06-22 21:38:09 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2026-06-22 21:44:40 +0000tromp(~textual@2001:1c00:340e:2700:f85c:5d3d:452:a65a) (Quit: My iMac has gone to sleep. ZZZzzz…)
2026-06-22 21:49:26 +0000merijn(~merijn@62.45.136.136) merijn
2026-06-22 21:50:58 +0000 <yin> whoa ghc 9.10.3 warns about "incomplete record updates"
2026-06-22 21:51:00 +0000 <yin> nicw
2026-06-22 21:53:39 +0000merijn(~merijn@62.45.136.136) (Ping timeout: 245 seconds)
2026-06-22 21:54:07 +0000target_i(~target_i@user/target-i/x-6023099) (Quit: leaving)
2026-06-22 22:00:11 +0000vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2026-06-22 22:04:07 +0000Sgeo(~Sgeo@user/sgeo) Sgeo
2026-06-22 22:04:46 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 22:06:38 +0000machinedgod(~machinedg@d108-173-95-19.abhsia.telus.net) machinedgod
2026-06-22 22:09:20 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2026-06-22 22:20:09 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 22:27:05 +0000 <unworriedsafari> @pl \x y -> f (g x y)
2026-06-22 22:27:05 +0000 <lambdabot> (f .) . g
2026-06-22 22:27:06 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2026-06-22 22:35:41 +0000vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 244 seconds)
2026-06-22 22:45:30 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 22:50:22 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds)
2026-06-22 23:00:53 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 23:03:42 +0000vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2026-06-22 23:05:37 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2026-06-22 23:17:53 +0000merijn(~merijn@62.45.136.136) merijn
2026-06-22 23:21:59 +0000merijn(~merijn@62.45.136.136) (Ping timeout: 245 seconds)
2026-06-22 23:33:08 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 23:37:47 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2026-06-22 23:41:57 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-06-22 23:41:59 +0000acidjnk(~acidjnk@p200300d6e700e527a803b16ebc013ad0.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
2026-06-22 23:41:59 +0000acidjnk_new3(~acidjnk@p200300d6e700e527a803b16ebc013ad0.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
2026-06-22 23:46:26 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2026-06-22 23:53:25 +0000schuelermine(~Thunderbi@user/schuelermine) (Ping timeout: 276 seconds)