2023/09/18

2023-09-18 00:02:36 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915)
2023-09-18 00:10:15 +0000Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) (Remote host closed the connection)
2023-09-18 00:20:59 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 00:21:35 +0000waleee(~waleee@2001:9b0:21c:4000:5bf9:6515:c030:57b7) (Ping timeout: 240 seconds)
2023-09-18 00:21:41 +0000shailangsa(~shailangs@host86-186-196-224.range86-186.btcentralplus.com)
2023-09-18 00:24:14 +0000waleee(~waleee@h-176-10-137-138.NA.cust.bahnhof.se)
2023-09-18 00:29:25 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:cc1e:e117:6bc5:9aa3)
2023-09-18 00:36:46 +0000waleee(~waleee@h-176-10-137-138.NA.cust.bahnhof.se) (Ping timeout: 258 seconds)
2023-09-18 00:37:54 +0000ell(~ellie@user/ellie) (Quit: Leaving)
2023-09-18 00:39:03 +0000institor(~henricus@user/institor) (Server closed connection)
2023-09-18 00:39:22 +0000institor(~henricus@user/institor)
2023-09-18 00:43:17 +0000wroathe(~wroathe@207-153-38-140.fttp.usinternet.com)
2023-09-18 00:43:17 +0000wroathe(~wroathe@207-153-38-140.fttp.usinternet.com) (Changing host)
2023-09-18 00:43:17 +0000wroathe(~wroathe@user/wroathe)
2023-09-18 00:55:05 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 240 seconds)
2023-09-18 00:57:49 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:cc1e:e117:6bc5:9aa3) (Remote host closed the connection)
2023-09-18 00:58:06 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f)
2023-09-18 01:01:55 +0000fweht(uid404746@id-404746.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2023-09-18 01:04:36 +0000sm(~sm@plaintextaccounting/sm)
2023-09-18 01:09:05 +0000sm(~sm@plaintextaccounting/sm) (Ping timeout: 240 seconds)
2023-09-18 01:12:39 +0000hyiltiz(~hyiltiz@2620:149:13d1:100::b) (Read error: Connection reset by peer)
2023-09-18 01:13:11 +0000emmanuelux(~emmanuelu@user/emmanuelux) (Quit: au revoir)
2023-09-18 01:16:34 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com)
2023-09-18 01:22:24 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f) (Remote host closed the connection)
2023-09-18 01:24:04 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f)
2023-09-18 01:24:56 +0000 <Axman6> > scanl (+) 0 []
2023-09-18 01:24:58 +0000 <lambdabot> [0]
2023-09-18 01:25:13 +0000 <institor> huh
2023-09-18 01:25:26 +0000 <institor> oh i read foldl for some reason
2023-09-18 01:32:38 +0000 <Axman6> Just checking scanl can never return an empty list
2023-09-18 01:33:20 +0000 <Axman6> Is there a way of telling GHC that you expect something to be unreachable?
2023-09-18 01:38:10 +0000 <EvanR> > assert False
2023-09-18 01:38:12 +0000 <lambdabot> error:
2023-09-18 01:38:12 +0000 <lambdabot> • No instance for (Typeable a0)
2023-09-18 01:38:12 +0000 <lambdabot> arising from a use of ‘show_M72117827281715950958’
2023-09-18 01:38:35 +0000 <EvanR> great googley moogley
2023-09-18 01:40:04 +0000sm(~sm@plaintextaccounting/sm)
2023-09-18 01:40:24 +0000 <jackdk> Axman6: make it return `NonEmpty b`
2023-09-18 01:41:35 +0000otto_s(~user@p5de2f957.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
2023-09-18 01:43:23 +0000otto_s(~user@p5de2f2af.dip0.t-ipconnect.de)
2023-09-18 01:44:15 +0000sm(~sm@plaintextaccounting/sm) (Ping timeout: 244 seconds)
2023-09-18 02:00:06 +0000Everything(~Everythin@static.208.206.21.65.clients.your-server.de) (Quit: leaving)
2023-09-18 02:03:27 +0000Everything(~Everythin@static.208.206.21.65.clients.your-server.de)
2023-09-18 02:06:14 +0000pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-46-67-70-100-114.dsl.bell.ca) (Quit: ZNC 1.8.2 - https://znc.in)
2023-09-18 02:06:27 +0000 <probie> Axman: Abuse pattern synonyms and COMPLETE, e.g. `pattern TrustMe x xs = x:xs; {-# COMPLETE TrustMe #-}; case foo of { TrustMe x xs -> ... }`
2023-09-18 02:06:33 +0000pieguy128(~pieguy128@bras-base-mtrlpq5031w-grc-46-67-70-100-114.dsl.bell.ca)
2023-09-18 02:12:04 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 02:17:05 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 240 seconds)
2023-09-18 02:21:56 +0000smoothdev_(~smoothdev@91-169-231-236.subs.proxad.net)
2023-09-18 02:22:39 +0000smoothdev(~smoothdev@91-169-231-236.subs.proxad.net) (Ping timeout: 240 seconds)
2023-09-18 02:22:39 +0000smoothdev_smoothdev
2023-09-18 02:23:52 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3)
2023-09-18 02:24:52 +0000 <Axman6> jackdk: can't exactly change prelude's scanl, even if that would be nice to have
2023-09-18 02:25:37 +0000 <jackdk> Axman6: define your own?
2023-09-18 02:25:51 +0000 <Axman6> realy not worth it for this
2023-09-18 02:26:01 +0000 <JeremyB99> Is Graphics.Win32 a good way to implement graphics in haskell? I can't find any good resources on it.
2023-09-18 02:26:33 +0000 <Axman6> I don't know the answer to your question, but can you define 'graphics' here?
2023-09-18 02:27:15 +0000libertyprime(~libertypr@203.96.203.44) (Quit: leaving)
2023-09-18 02:27:23 +0000finn_elija(~finn_elij@user/finn-elija/x-0085643)
2023-09-18 02:27:23 +0000FinnElija(~finn_elij@user/finn-elija/x-0085643) (Killed (NickServ (Forcing logout FinnElija -> finn_elija)))
2023-09-18 02:27:23 +0000finn_elijaFinnElija
2023-09-18 02:27:56 +0000abrantesasf(~abrantesa@179.217.48.72)
2023-09-18 02:28:28 +0000 <JeremyB99> Make funny colors on my screen I guess. I don't need it for anything professional. I just want to mess around in my favorite language.
2023-09-18 02:30:35 +0000sm(~sm@plaintextaccounting/sm)
2023-09-18 02:32:17 +0000 <jackdk> That looks like pretty old GDI-type stuff. I would probably reach for something like SDL. Bonus: it will probably work on more platforms, too.
2023-09-18 02:32:32 +0000 <Axman6> Gloss might be useful too
2023-09-18 02:32:46 +0000 <jackdk> oh yeah, gloss or codeworld-api would be good ways to just mess around
2023-09-18 02:35:03 +0000sm(~sm@plaintextaccounting/sm) (Ping timeout: 252 seconds)
2023-09-18 02:36:28 +0000 <Axman6> searching for 'gloss' on hackage turns up a few alternatives, Vis looks interesting
2023-09-18 02:36:49 +0000Batzy_(~quassel@user/batzy)
2023-09-18 02:38:56 +0000Batzy(~quassel@user/batzy) (Ping timeout: 255 seconds)
2023-09-18 02:40:12 +0000 <JeremyB99> Ah, okay
2023-09-18 02:40:16 +0000 <JeremyB99> Thanks
2023-09-18 02:41:03 +0000td_(~td@i5387092E.versanet.de) (Ping timeout: 240 seconds)
2023-09-18 02:42:04 +0000terrorjack(~terrorjac@2a01:4f8:c17:87f8::) (Quit: The Lounge - https://thelounge.chat)
2023-09-18 02:43:05 +0000td_(~td@i5387090C.versanet.de)
2023-09-18 02:43:35 +0000terrorjack(~terrorjac@2a01:4f8:c17:87f8::)
2023-09-18 02:49:37 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f) (Remote host closed the connection)
2023-09-18 02:54:56 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3) (Read error: Connection reset by peer)
2023-09-18 02:57:15 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3)
2023-09-18 03:03:48 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3) (Read error: Connection reset by peer)
2023-09-18 03:04:49 +0000aforemny_(~aforemny@2001:9e8:6cf8:9a00:d430:d04d:e250:b298)
2023-09-18 03:06:19 +0000aforemny(~aforemny@2001:9e8:6cce:ff00:a81e:c675:2712:6bbb) (Ping timeout: 264 seconds)
2023-09-18 03:15:20 +0000libertyprime(~libertypr@203.96.203.44)
2023-09-18 03:15:34 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f)
2023-09-18 03:17:57 +0000L29Ah(~L29Ah@wikipedia/L29Ah) ()
2023-09-18 03:23:33 +0000caryhartline(~caryhartl@168.182.58.169) (Quit: caryhartline)
2023-09-18 03:24:20 +0000xtabentun(uid491929@id-491929.tinside.irccloud.com)
2023-09-18 03:26:34 +0000sm(~sm@plaintextaccounting/sm)
2023-09-18 03:28:58 +0000billchenchina(~billchenc@2a0c:b641:7a2:320:ee3e:47ca:6070:d71a) (Remote host closed the connection)
2023-09-18 03:33:29 +0000sm(~sm@plaintextaccounting/sm) (Quit: sm)
2023-09-18 03:36:00 +0000smoothdev(~smoothdev@91-169-231-236.subs.proxad.net) (Quit: smoothdev)
2023-09-18 03:36:30 +0000nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net)
2023-09-18 03:37:08 +0000smoothdev(~smoothdev@91-169-231-236.subs.proxad.net)
2023-09-18 03:39:35 +0000wroathe(~wroathe@user/wroathe) (Ping timeout: 240 seconds)
2023-09-18 03:41:48 +0000nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
2023-09-18 03:44:32 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3)
2023-09-18 03:50:46 +0000bilegeek(~bilegeek@2600:1008:b019:24ea:3271:dd7c:d7f:2b56)
2023-09-18 03:53:20 +0000[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470) (Remote host closed the connection)
2023-09-18 03:56:21 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f) (Remote host closed the connection)
2023-09-18 03:56:41 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f)
2023-09-18 03:58:31 +0000hugo(znc@verdigris.lysator.liu.se) (Ping timeout: 264 seconds)
2023-09-18 04:00:11 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 04:01:16 +0000actioninja(~actioninj@user/actioninja)
2023-09-18 04:01:17 +0000aforemny_(~aforemny@2001:9e8:6cf8:9a00:d430:d04d:e250:b298) (Ping timeout: 255 seconds)
2023-09-18 04:01:58 +0000aforemny(~aforemny@i59f516ff.versanet.de)
2023-09-18 04:04:32 +0000privacy(~privacy@47.219.84.6) (Ping timeout: 258 seconds)
2023-09-18 04:06:41 +0000 <Axman6> JeremyB99: I'd be interested to hear how you go, it might be worth trying out a few things and seeing what makes sense for you
2023-09-18 04:07:04 +0000_ht(~Thunderbi@28-52-174-82.ftth.glasoperator.nl)
2023-09-18 04:08:22 +0000jargon(~jargon@184.101.67.95) (Remote host closed the connection)
2023-09-18 04:16:20 +0000hugo(znc@verdigris.lysator.liu.se)
2023-09-18 04:16:48 +0000Maeda(~Maeda@91-161-10-149.subs.proxad.net) (Ping timeout: 252 seconds)
2023-09-18 04:31:06 +0000abrantesasf(~abrantesa@179.217.48.72) (Remote host closed the connection)
2023-09-18 04:34:31 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 264 seconds)
2023-09-18 04:41:32 +0000michalz(~michalz@185.246.207.217)
2023-09-18 04:42:33 +0000ell(~ellie@user/ellie)
2023-09-18 04:55:52 +0000acidjnk(~acidjnk@p200300d6e7072f027584eb352a264cf3.dip0.t-ipconnect.de)
2023-09-18 04:57:55 +0000Fischmiep(~Fischmiep@user/Fischmiep) (Ping timeout: 264 seconds)
2023-09-18 04:59:16 +0000Nosrep(~Nosrep@user/nosrep)
2023-09-18 05:10:33 +0000johnw(~johnw@69.62.242.138)
2023-09-18 05:17:55 +0000takuan(~takuan@178-116-218-225.access.telenet.be)
2023-09-18 05:18:20 +0000johnw(~johnw@69.62.242.138) (Quit: ZNC - http://znc.in)
2023-09-18 05:20:51 +0000sabino(~sabino@user/sabino) (Quit: Lambda _ -> x)
2023-09-18 05:22:12 +0000hugo(znc@verdigris.lysator.liu.se) (Ping timeout: 246 seconds)
2023-09-18 05:22:17 +0000vglfr(~vglfr@cli-188-239-201-89.bbn.slav.dn.ua) (Ping timeout: 244 seconds)
2023-09-18 05:23:09 +0000vglfr(~vglfr@88.154.35.19)
2023-09-18 05:23:35 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3) (Ping timeout: 240 seconds)
2023-09-18 05:29:29 +0000harveypwca(~harveypwc@2601:246:c180:a570:41a8:a837:a4a7:bda1)
2023-09-18 05:34:05 +0000machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net) (Ping timeout: 240 seconds)
2023-09-18 05:35:49 +0000hugo(znc@verdigris.lysator.liu.se)
2023-09-18 05:36:26 +0000_ht(~Thunderbi@28-52-174-82.ftth.glasoperator.nl) (Quit: _ht)
2023-09-18 05:36:51 +0000hiyori59(~hiyori@user/hiyori)
2023-09-18 05:37:06 +0000johnw(~johnw@69.62.242.138)
2023-09-18 05:37:21 +0000hiyori59(~hiyori@user/hiyori) (Client Quit)
2023-09-18 05:37:32 +0000hiyori(~hiyori@user/hiyori) (Quit: Client closed)
2023-09-18 05:38:24 +0000smoothdev(~smoothdev@91-169-231-236.subs.proxad.net) (Quit: smoothdev)
2023-09-18 05:41:16 +0000Fischmiep(~Fischmiep@user/Fischmiep)
2023-09-18 05:41:53 +0000xtabentun(uid491929@id-491929.tinside.irccloud.com) (Quit: Connection closed for inactivity)
2023-09-18 05:44:35 +0000hugo(znc@verdigris.lysator.liu.se) (Ping timeout: 240 seconds)
2023-09-18 05:48:25 +0000vglfr(~vglfr@88.154.35.19) (Ping timeout: 258 seconds)
2023-09-18 05:49:19 +0000vglfr(~vglfr@cli-188-239-201-89.bbn.slav.dn.ua)
2023-09-18 05:50:26 +0000bilegeek(~bilegeek@2600:1008:b019:24ea:3271:dd7c:d7f:2b56) (Quit: Leaving)
2023-09-18 05:51:16 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 05:55:40 +0000hiyori(~hiyori@user/hiyori)
2023-09-18 05:57:40 +0000hugo(znc@verdigris.lysator.liu.se)
2023-09-18 06:00:43 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2023-09-18 06:02:14 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f) (Remote host closed the connection)
2023-09-18 06:03:29 +0000shapr(~user@2600:1700:c640:3100:92d4:865c:539c:4357) (Quit: sleeptime)
2023-09-18 06:04:41 +0000phma(phma@2001:5b0:210f:2f78:163b:92d5:56d3:56af) (Read error: Connection reset by peer)
2023-09-18 06:15:13 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f)
2023-09-18 06:18:12 +0000phma(phma@2001:5b0:210f:5348:1867:5039:b867:cd52)
2023-09-18 06:20:02 +0000sord937(~sord937@gateway/tor-sasl/sord937)
2023-09-18 06:20:26 +0000vglfr(~vglfr@cli-188-239-201-89.bbn.slav.dn.ua) (Remote host closed the connection)
2023-09-18 06:21:02 +0000vglfr(~vglfr@cli-188-239-201-89.bbn.slav.dn.ua)
2023-09-18 06:25:31 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 264 seconds)
2023-09-18 06:26:11 +0000vglfr(~vglfr@cli-188-239-201-89.bbn.slav.dn.ua) (Remote host closed the connection)
2023-09-18 06:26:57 +0000vglfr(~vglfr@cli-188-239-201-89.bbn.slav.dn.ua)
2023-09-18 06:27:15 +0000coot(~coot@89-69-206-216.dynamic.chello.pl)
2023-09-18 06:34:53 +0000jinsun(~jinsun@user/jinsun)
2023-09-18 06:36:03 +0000sand-witch(~m-mzmz6l@vmi833741.contaboserver.net) (Server closed connection)
2023-09-18 06:36:21 +0000sand-witch(~m-mzmz6l@vmi833741.contaboserver.net)
2023-09-18 06:43:05 +0000Fischmiep(~Fischmiep@user/Fischmiep) (Ping timeout: 240 seconds)
2023-09-18 06:53:02 +0000fendor(~fendor@2a02:8388:1640:be00:aab:1226:f274:5021)
2023-09-18 06:54:11 +0000jackneill__(~Jackneill@20014C4E1E062E0030CFBFF1D61C694E.dsl.pool.telekom.hu)
2023-09-18 06:56:59 +0000hiyori(~hiyori@user/hiyori) (Quit: Client closed)
2023-09-18 07:00:57 +0000hiyori(~hiyori@user/hiyori)
2023-09-18 07:12:49 +0000Guest|84(~Guest|84@adsl-178-38-222-58.adslplus.ch)
2023-09-18 07:13:38 +0000mmhat(~mmh@p200300f1c7178ab1ee086bfffe095315.dip0.t-ipconnect.de)
2023-09-18 07:13:41 +0000mmhat(~mmh@p200300f1c7178ab1ee086bfffe095315.dip0.t-ipconnect.de) (Client Quit)
2023-09-18 07:16:22 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:c67c:50c3:1da9:1e6f)
2023-09-18 07:16:34 +0000 <tomsmeding> oh my acme-default
2023-09-18 07:16:47 +0000 <tomsmeding> I might have a new favourite package
2023-09-18 07:18:56 +0000gmg(~user@user/gehmehgeh)
2023-09-18 07:21:38 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f) (Remote host closed the connection)
2023-09-18 07:21:59 +0000smoothdev(~smoothdev@91-169-231-236.subs.proxad.net)
2023-09-18 07:22:19 +0000akegalj(~akegalj@78-2-170-170.adsl.net.t-com.hr)
2023-09-18 07:24:15 +0000mysl(~mysl@user/mysl) (Ping timeout: 240 seconds)
2023-09-18 07:24:28 +0000smoothdev(~smoothdev@91-169-231-236.subs.proxad.net) (Client Quit)
2023-09-18 07:26:30 +0000mysl(~mysl@user/mysl)
2023-09-18 07:28:01 +0000cfricke(~cfricke@user/cfricke)
2023-09-18 07:28:43 +0000harveypwca(~harveypwc@2601:246:c180:a570:41a8:a837:a4a7:bda1) (Quit: Leaving)
2023-09-18 07:28:54 +0000Fischmiep(~Fischmiep@user/Fischmiep)
2023-09-18 07:30:11 +0000hiyori(~hiyori@user/hiyori) (Quit: Client closed)
2023-09-18 07:32:04 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f)
2023-09-18 07:32:47 +0000hiyori(~hiyori@user/hiyori)
2023-09-18 07:33:40 +0000chomwitt(~chomwitt@ppp-94-67-235-15.home.otenet.gr)
2023-09-18 07:35:12 +0000vglfr(~vglfr@cli-188-239-201-89.bbn.slav.dn.ua) (Ping timeout: 246 seconds)
2023-09-18 07:35:32 +0000vglfr(~vglfr@37.73.28.173)
2023-09-18 07:37:16 +0000Sgeo(~Sgeo@user/sgeo) (Read error: Connection reset by peer)
2023-09-18 07:38:15 +0000nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net)
2023-09-18 07:39:42 +0000chele(~chele@user/chele)
2023-09-18 07:42:22 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 07:42:34 +0000CiaoSen(~Jura@2a05:5800:29f:8200:664b:f0ff:fe37:9ef)
2023-09-18 07:42:49 +0000nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net) (Ping timeout: 244 seconds)
2023-09-18 07:47:05 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 240 seconds)
2023-09-18 07:55:08 +0000machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net)
2023-09-18 07:57:42 +0000Guest|84(~Guest|84@adsl-178-38-222-58.adslplus.ch) (Quit: Connection closed)
2023-09-18 07:59:51 +0000rumraisincayley5
2023-09-18 08:04:12 +0000danse-nr3(~francesco@151.47.44.95)
2023-09-18 08:04:28 +0000hugo(znc@verdigris.lysator.liu.se) (Ping timeout: 248 seconds)
2023-09-18 08:07:07 +0000tzh(~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (Quit: zzz)
2023-09-18 08:10:07 +0000hugo(znc@verdigris.lysator.liu.se)
2023-09-18 08:11:30 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f) (Remote host closed the connection)
2023-09-18 08:21:03 +0000neptun(neptun@2607:5300:60:5910:dcad:beff:feef:5bc) (Server closed connection)
2023-09-18 08:21:16 +0000neptun(neptun@2607:5300:60:5910:dcad:beff:feef:5bc)
2023-09-18 08:25:35 +0000cafkafk(~cafkafk@fsf/member/cafkafk) (Remote host closed the connection)
2023-09-18 08:29:55 +0000cafkafk(~cafkafk@fsf/member/cafkafk)
2023-09-18 08:30:50 +0000dhil(~dhil@78.45.150.83.ewm.ftth.as8758.net)
2023-09-18 08:36:01 +0000dcoutts__(~duncan@2a02:8012:ae9a:0:217c:5666:d075:6292)
2023-09-18 08:42:54 +0000econo_(uid147250@id-147250.tinside.irccloud.com) (Quit: Connection closed for inactivity)
2023-09-18 08:44:04 +0000smoothdev(~smoothdev@91-169-231-236.subs.proxad.net)
2023-09-18 08:45:15 +0000smoothdev(~smoothdev@91-169-231-236.subs.proxad.net) (Client Quit)
2023-09-18 08:45:24 +0000lisbeths(uid135845@id-135845.lymington.irccloud.com)
2023-09-18 08:46:06 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f)
2023-09-18 08:49:30 +0000gmg(~user@user/gehmehgeh) (Remote host closed the connection)
2023-09-18 08:50:20 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f) (Ping timeout: 248 seconds)
2023-09-18 09:04:40 +0000vglfr(~vglfr@37.73.28.173) (Read error: Connection reset by peer)
2023-09-18 09:10:43 +0000vglfr(~vglfr@cli-188-239-201-89.bbn.slav.dn.ua)
2023-09-18 09:16:13 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 09:19:20 +0000fweht(uid404746@id-404746.lymington.irccloud.com)
2023-09-18 09:24:05 +0000cfricke(~cfricke@user/cfricke) (Ping timeout: 240 seconds)
2023-09-18 09:26:19 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com) (Ping timeout: 245 seconds)
2023-09-18 09:29:08 +0000ubert(~Thunderbi@178.165.172.53.wireless.dyn.drei.com)
2023-09-18 09:30:16 +0000__monty__(~toonn@user/toonn)
2023-09-18 09:31:08 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com)
2023-09-18 09:36:35 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com) (Ping timeout: 240 seconds)
2023-09-18 09:42:34 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com)
2023-09-18 09:49:13 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f)
2023-09-18 09:50:07 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com) (Ping timeout: 264 seconds)
2023-09-18 09:57:02 +0000ft(~ft@p3e9bc680.dip0.t-ipconnect.de) (Quit: leaving)
2023-09-18 10:12:37 +0000pavonia(~user@user/siracusa) (Quit: Bye!)
2023-09-18 10:18:21 +0000libertyprime(~libertypr@203.96.203.44) (Quit: leaving)
2023-09-18 10:19:37 +0000hiyori(~hiyori@user/hiyori) (Quit: Client closed)
2023-09-18 10:19:53 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 244 seconds)
2023-09-18 10:25:04 +0000fendor(~fendor@2a02:8388:1640:be00:aab:1226:f274:5021) (Ping timeout: 245 seconds)
2023-09-18 10:25:26 +0000akegalj(~akegalj@78-2-170-170.adsl.net.t-com.hr) (Quit: leaving)
2023-09-18 10:38:19 +0000L29Ah(~L29Ah@wikipedia/L29Ah)
2023-09-18 10:39:19 +0000dcoutts__(~duncan@2a02:8012:ae9a:0:217c:5666:d075:6292) (Ping timeout: 264 seconds)
2023-09-18 10:41:22 +0000thelounge0587(~thelounge@softbank126217142089.bbtec.net)
2023-09-18 10:41:58 +0000_0xa(~user@user/0xa/x-3134607)
2023-09-18 10:44:39 +0000thelounge0587(~thelounge@softbank126217142089.bbtec.net) (Client Quit)
2023-09-18 10:45:12 +0000danse-nr3(~francesco@151.47.44.95) (Ping timeout: 244 seconds)
2023-09-18 10:45:38 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3)
2023-09-18 10:45:51 +0000chomwitt(~chomwitt@ppp-94-67-235-15.home.otenet.gr) (Ping timeout: 240 seconds)
2023-09-18 10:49:58 +0000danse-nr3(~francesco@151.47.44.95)
2023-09-18 10:50:41 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3) (Read error: Connection reset by peer)
2023-09-18 10:50:48 +0000chomwitt(~chomwitt@ppp-94-67-233-145.home.otenet.gr)
2023-09-18 10:55:03 +0000lisbeths(uid135845@id-135845.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2023-09-18 10:55:23 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3)
2023-09-18 10:55:48 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3) (Read error: Connection reset by peer)
2023-09-18 10:59:05 +0000CiaoSen(~Jura@2a05:5800:29f:8200:664b:f0ff:fe37:9ef) (Ping timeout: 240 seconds)
2023-09-18 10:59:20 +0000zaraksh(~zaraksh@host-212-139-218-170.static.as9105.net)
2023-09-18 11:00:03 +0000 <zaraksh> @type map
2023-09-18 11:00:05 +0000 <lambdabot> (a -> b) -> [a] -> [b]
2023-09-18 11:00:30 +0000_0xa(~user@user/0xa/x-3134607) (Read error: Connection reset by peer)
2023-09-18 11:00:44 +0000_0xa(~user@user/0xa/x-3134607)
2023-09-18 11:00:47 +0000 <zaraksh> @pl addTask l = do {task <- getLine; return $ task : l}
2023-09-18 11:00:48 +0000 <lambdabot> (line 1, column 16):
2023-09-18 11:00:48 +0000 <lambdabot> unexpected '{'
2023-09-18 11:00:48 +0000 <lambdabot> expecting variable, "(", operator or end of input
2023-09-18 11:01:24 +0000 <zaraksh> @undo addTask l = do {task <- getLine; return $ task : l}
2023-09-18 11:01:25 +0000 <lambdabot> addTask l = getLine >>= \ task -> return $ task : l
2023-09-18 11:01:39 +0000 <zaraksh> @pl getLine >>= \ task -> return $ task : l
2023-09-18 11:01:39 +0000 <lambdabot> (: l) `fmap` getLine
2023-09-18 11:01:52 +0000 <zaraksh> @pl addTask l = getLine >>= \ task -> return $ task : l
2023-09-18 11:01:52 +0000 <lambdabot> addTask = (`fmap` getLine) . flip (:)
2023-09-18 11:04:41 +0000zaraksh(~zaraksh@host-212-139-218-170.static.as9105.net) (Quit: leaving)
2023-09-18 11:05:39 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3)
2023-09-18 11:05:40 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3) (Read error: Connection reset by peer)
2023-09-18 11:06:34 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3)
2023-09-18 11:07:24 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3) (Read error: Connection reset by peer)
2023-09-18 11:10:32 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 11:13:34 +0000cfricke(~cfricke@user/cfricke)
2023-09-18 11:14:11 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2023-09-18 11:14:27 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3)
2023-09-18 11:16:35 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3) (Read error: Connection reset by peer)
2023-09-18 11:19:35 +0000danse-nr3(~francesco@151.47.44.95) (Ping timeout: 255 seconds)
2023-09-18 11:21:04 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3)
2023-09-18 11:21:05 +0000JeremyB99(~JeremyB99@2607:fb91:17c5:4e3a:bc1d:b8a9:b005:8db3) (Read error: Connection reset by peer)
2023-09-18 11:21:16 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com)
2023-09-18 11:25:17 +0000danse-nr3(~francesco@151.47.44.95)
2023-09-18 11:26:04 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com) (Ping timeout: 248 seconds)
2023-09-18 11:26:40 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com)
2023-09-18 11:31:03 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com) (Ping timeout: 240 seconds)
2023-09-18 11:31:05 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 11:31:06 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 11:32:08 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 11:32:11 +0000dcoutts__(~duncan@2a02:8012:ae9a:0:217c:5666:d075:6292)
2023-09-18 11:32:48 +0000cafkafk(~cafkafk@fsf/member/cafkafk) (Ping timeout: 246 seconds)
2023-09-18 11:37:48 +0000vglfr(~vglfr@cli-188-239-201-89.bbn.slav.dn.ua) (Ping timeout: 248 seconds)
2023-09-18 11:38:20 +0000vglfr(~vglfr@88.154.54.75)
2023-09-18 11:41:56 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2023-09-18 11:41:59 +0000Raime(~Raime@154.31.112.139)
2023-09-18 11:42:31 +0000Raime(~Raime@154.31.112.139) (Client Quit)
2023-09-18 11:43:22 +0000Inst(~Inst@120.244.192.250)
2023-09-18 11:43:26 +0000 <Inst> btw, can I ask for some tips?
2023-09-18 11:43:48 +0000 <Inst> I think the Cabal project is just too confusing, so I'm skipping the hackage documentation because I don't think it's self-contained.
2023-09-18 11:43:56 +0000 <Inst> It's 200k lines via a web LOC checked
2023-09-18 11:44:24 +0000Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542)
2023-09-18 11:44:36 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 240 seconds)
2023-09-18 11:49:00 +0000cafkafk(~cafkafk@fsf/member/cafkafk)
2023-09-18 11:49:51 +0000zaraksh(~zaraksh@host-212-139-218-170.static.as9105.net)
2023-09-18 11:53:10 +0000zaraksh(~zaraksh@host-212-139-218-170.static.as9105.net) (Client Quit)
2023-09-18 11:55:37 +0000dispater(~dispater@mail.brprice.uk) (Quit: ZNC 1.8.2 - https://znc.in)
2023-09-18 11:55:37 +0000orcus(~orcus@mail.brprice.uk) (Quit: ZNC 1.8.2 - https://znc.in)
2023-09-18 11:59:15 +0000bitdex(~bitdex@gateway/tor-sasl/bitdex) (Quit: = "")
2023-09-18 12:00:22 +0000dispater(~dispater@mail.brprice.uk)
2023-09-18 12:00:52 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 12:00:52 +0000orcus(~orcus@mail.brprice.uk)
2023-09-18 12:01:17 +0000dispater(~dispater@mail.brprice.uk) (Client Quit)
2023-09-18 12:01:17 +0000orcus(~orcus@mail.brprice.uk) (Client Quit)
2023-09-18 12:02:59 +0000dispater(~dispater@mail.brprice.uk)
2023-09-18 12:03:29 +0000orcus(~orcus@mail.brprice.uk)
2023-09-18 12:03:35 +0000sm(~sm@plaintextaccounting/sm)
2023-09-18 12:03:43 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 12:03:47 +0000danse-nr3_(~francesco@rm-19-33-14.service.infuturo.it)
2023-09-18 12:04:12 +0000danse-nr3(~francesco@151.47.44.95) (Read error: Connection reset by peer)
2023-09-18 12:05:24 +0000vglfr(~vglfr@88.154.54.75) (Ping timeout: 255 seconds)
2023-09-18 12:06:12 +0000vglfr(~vglfr@cli-188-239-201-89.bbn.slav.dn.ua)
2023-09-18 12:08:46 +0000Guest59(~Guest59@103.44.106.206)
2023-09-18 12:09:04 +0000Guest59(~Guest59@103.44.106.206) (Client Quit)
2023-09-18 12:16:45 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 12:18:17 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 12:19:09 +0000GoldsteinQ(~goldstein@goldstein.rs) (Quit: ZNC 1.8.2 - https://znc.in)
2023-09-18 12:21:19 +0000dhil(~dhil@78.45.150.83.ewm.ftth.as8758.net) (Ping timeout: 264 seconds)
2023-09-18 12:21:41 +0000GoldsteinQ(~goldstein@goldstein.rs)
2023-09-18 12:22:51 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 244 seconds)
2023-09-18 12:24:39 +0000acidjnk(~acidjnk@p200300d6e7072f027584eb352a264cf3.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
2023-09-18 12:31:37 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 12:32:27 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 12:40:52 +0000jinsun_(~jinsun@user/jinsun)
2023-09-18 12:40:52 +0000jinsunGuest7183
2023-09-18 12:40:52 +0000Guest7183(~jinsun@user/jinsun) (Killed (osmium.libera.chat (Nickname regained by services)))
2023-09-18 12:40:52 +0000jinsun_jinsun
2023-09-18 12:49:41 +0000acidjnk(~acidjnk@p200300d6e7072f02a592eaf46e417577.dip0.t-ipconnect.de)
2023-09-18 12:50:23 +0000jinsun_(~jinsun@user/jinsun)
2023-09-18 12:50:23 +0000jinsunGuest2809
2023-09-18 12:50:23 +0000Guest2809(~jinsun@user/jinsun) (Killed (iridium.libera.chat (Nickname regained by services)))
2023-09-18 12:50:23 +0000jinsun_jinsun
2023-09-18 12:51:19 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com)
2023-09-18 12:51:45 +0000libertyprime(~libertypr@203.96.203.44)
2023-09-18 12:52:03 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 12:56:02 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 13:04:39 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com) (Ping timeout: 258 seconds)
2023-09-18 13:09:26 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 13:09:30 +0000wroathe(~wroathe@207-153-38-140.fttp.usinternet.com)
2023-09-18 13:09:30 +0000wroathe(~wroathe@207-153-38-140.fttp.usinternet.com) (Changing host)
2023-09-18 13:09:30 +0000wroathe(~wroathe@user/wroathe)
2023-09-18 13:10:05 +0000_0xa(~user@user/0xa/x-3134607) (Ping timeout: 240 seconds)
2023-09-18 13:11:11 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 13:11:50 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 13:11:52 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 13:16:08 +0000danse-nr3_(~francesco@rm-19-33-14.service.infuturo.it) (Ping timeout: 255 seconds)
2023-09-18 13:16:21 +0000cfricke(~cfricke@user/cfricke) (Quit: WeeChat 4.0.4)
2023-09-18 13:17:57 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 13:19:03 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 13:19:33 +0000fendor(~fendor@2a02:8388:1640:be00:aab:1226:f274:5021)
2023-09-18 13:20:43 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Ping timeout: 264 seconds)
2023-09-18 13:20:45 +0000libertyprime(~libertypr@203.96.203.44) (Ping timeout: 258 seconds)
2023-09-18 13:30:23 +0000libertyprime(~libertypr@203.96.203.44)
2023-09-18 13:31:42 +0000xmachina(xmachina@gateway/vpn/protonvpn/xmachina) (Quit: WeeChat 4.0.4)
2023-09-18 13:34:14 +0000ystael(~ystael@user/ystael)
2023-09-18 13:38:22 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 13:40:15 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 13:41:21 +0000cfricke(~cfricke@user/cfricke)
2023-09-18 13:43:24 +0000danse-nr3_(~francesco@rm-19-33-14.service.infuturo.it)
2023-09-18 13:46:03 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2023-09-18 13:47:11 +0000dcoutts_(~duncan@82-69-94-207.dsl.in-addr.zen.co.uk)
2023-09-18 13:47:51 +0000wroathe(~wroathe@user/wroathe) (Ping timeout: 240 seconds)
2023-09-18 13:48:15 +0000billchenchina(~billchenc@103.152.35.21)
2023-09-18 13:50:04 +0000dcoutts__(~duncan@2a02:8012:ae9a:0:217c:5666:d075:6292) (Ping timeout: 248 seconds)
2023-09-18 13:50:10 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 13:56:48 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 13:59:19 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 14:00:13 +0000waleee(~waleee@2001:9b0:21c:4000:5bf9:6515:c030:57b7)
2023-09-18 14:00:25 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com)
2023-09-18 14:03:44 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 14:07:27 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com) (Ping timeout: 240 seconds)
2023-09-18 14:09:05 +0000kuribas(~user@ip-188-118-57-242.reverse.destiny.be)
2023-09-18 14:09:16 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com)
2023-09-18 14:11:19 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2023-09-18 14:13:27 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com) (Ping timeout: 240 seconds)
2023-09-18 14:15:26 +0000smoothdev(~smoothdev@2a01:e0a:279:fb20:34b3:e617:3265:c11f)
2023-09-18 14:16:38 +0000bontaq(~user@ool-45707d2c.dyn.optonline.net)
2023-09-18 14:17:13 +0000cfricke(~cfricke@user/cfricke) (Quit: WeeChat 4.0.4)
2023-09-18 14:18:18 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 14:19:21 +0000sm(~sm@plaintextaccounting/sm) (Quit: sm)
2023-09-18 14:23:16 +0000Square3(~Square4@user/square)
2023-09-18 14:26:00 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 14:28:34 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 14:32:50 +0000gmg(~user@user/gehmehgeh)
2023-09-18 14:32:55 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 14:35:33 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 14:37:06 +0000[itchyjunk](~itchyjunk@user/itchyjunk/x-7353470)
2023-09-18 14:39:11 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com)
2023-09-18 14:43:26 +0000sm(~sm@plaintextaccounting/sm)
2023-09-18 14:43:35 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com) (Ping timeout: 240 seconds)
2023-09-18 14:43:49 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Read error: Connection reset by peer)
2023-09-18 14:45:00 +0000libertyprime(~libertypr@203.96.203.44) (Ping timeout: 246 seconds)
2023-09-18 14:47:16 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2)
2023-09-18 14:50:05 +0000sm(~sm@plaintextaccounting/sm) (Quit: sm)
2023-09-18 14:51:13 +0000dhil(~dhil@78.45.150.83.ewm.ftth.as8758.net)
2023-09-18 14:51:13 +0000sm(~sm@plaintextaccounting/sm)
2023-09-18 14:53:06 +0000CiaoSen(~Jura@2a05:5800:29f:8200:664b:f0ff:fe37:9ef)
2023-09-18 15:02:41 +0000Feuermagier(~Feuermagi@user/feuermagier) (Quit: Leaving)
2023-09-18 15:03:54 +0000JeremyB99(~JeremyB99@2607:fb90:8de0:ef54:dd3b:26fc:bc54:3ed2) (Ping timeout: 246 seconds)
2023-09-18 15:05:42 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 15:05:46 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 15:07:36 +0000phma(phma@2001:5b0:210f:5348:1867:5039:b867:cd52) (Read error: Connection reset by peer)
2023-09-18 15:08:23 +0000phma(phma@2001:5b0:215a:ad98:b113:d71c:5609:dd28)
2023-09-18 15:14:16 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com)
2023-09-18 15:16:01 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 15:17:49 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 15:18:49 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com) (Ping timeout: 258 seconds)
2023-09-18 15:21:20 +0000hyiltiz(~hyiltiz@2603-8080-1f00-082f-c970-1295-69c1-54c4.res6.spectrum.com)
2023-09-18 15:22:33 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 15:33:00 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 15:36:20 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 15:37:04 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f) (Remote host closed the connection)
2023-09-18 15:37:10 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 15:37:25 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f)
2023-09-18 15:40:18 +0000lortabac(~lortabac@2a01:e0a:541:b8f0:c67c:50c3:1da9:1e6f) (Quit: WeeChat 2.8)
2023-09-18 15:49:29 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 15:53:13 +0000xmachina(~xmachina@modemcable048.127-56-74.mc.videotron.ca)
2023-09-18 15:54:13 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 16:04:10 +0000danse-nr3__(~francesco@rm-19-51-159.service.infuturo.it)
2023-09-18 16:07:01 +0000danse-nr3_(~francesco@rm-19-33-14.service.infuturo.it) (Ping timeout: 252 seconds)
2023-09-18 16:08:58 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 16:09:21 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 16:10:32 +0000_ht(~Thunderbi@28-52-174-82.ftth.glasoperator.nl)
2023-09-18 16:12:03 +0000chele(~chele@user/chele) (Remote host closed the connection)
2023-09-18 16:17:01 +0000Katarushisu1(~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net)
2023-09-18 16:18:05 +0000waleee(~waleee@2001:9b0:21c:4000:5bf9:6515:c030:57b7) (Ping timeout: 240 seconds)
2023-09-18 16:20:32 +0000kuribas(~user@ip-188-118-57-242.reverse.destiny.be) (Quit: ERC (IRC client for Emacs 27.1))
2023-09-18 16:26:16 +0000sm(~sm@plaintextaccounting/sm) (Quit: sm)
2023-09-18 16:26:25 +0000machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net) (Ping timeout: 255 seconds)
2023-09-18 16:26:54 +0000sm(~sm@plaintextaccounting/sm)
2023-09-18 16:26:57 +0000sm(~sm@plaintextaccounting/sm) (Client Quit)
2023-09-18 16:28:28 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 248 seconds)
2023-09-18 16:29:04 +0000sabino(~sabino@user/sabino)
2023-09-18 16:31:58 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2023-09-18 16:33:51 +0000chomwitt(~chomwitt@ppp-94-67-233-145.home.otenet.gr) (Remote host closed the connection)
2023-09-18 16:44:18 +0000Square3(~Square4@user/square) (Ping timeout: 258 seconds)
2023-09-18 16:44:37 +0000econo_(uid147250@id-147250.tinside.irccloud.com)
2023-09-18 16:45:24 +0000danse-nr3__(~francesco@rm-19-51-159.service.infuturo.it) (Ping timeout: 246 seconds)
2023-09-18 16:45:25 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 16:46:58 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f) (Remote host closed the connection)
2023-09-18 16:49:13 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2023-09-18 16:49:16 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 16:49:21 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 16:55:35 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 16:55:41 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f)
2023-09-18 16:59:04 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 17:03:18 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 17:04:07 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 17:12:18 +0000dhil(~dhil@78.45.150.83.ewm.ftth.as8758.net) (Ping timeout: 255 seconds)
2023-09-18 17:17:46 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2023-09-18 17:18:02 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 17:18:30 +0000shapr(~user@2600:1700:c640:3100:5cbd:18d9:350a:daec)
2023-09-18 17:19:02 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 17:23:38 +0000danza(~francesco@rm-19-51-159.service.infuturo.it)
2023-09-18 17:27:28 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2023-09-18 17:30:26 +0000ursa-major(~ursa-majo@static-198-44-128-186.cust.tzulo.com)
2023-09-18 17:30:35 +0000danza(~francesco@rm-19-51-159.service.infuturo.it) (Ping timeout: 240 seconds)
2023-09-18 17:30:45 +0000ursa-major(~ursa-majo@static-198-44-128-186.cust.tzulo.com) (Max SendQ exceeded)
2023-09-18 17:31:14 +0000ursa-major(~ursa-majo@static-198-44-128-186.cust.tzulo.com)
2023-09-18 17:33:08 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 17:35:52 +0000Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) (Quit: Leaving)
2023-09-18 17:37:11 +0000ursa-major(~ursa-majo@static-198-44-128-186.cust.tzulo.com) (Quit: WeeChat 4.0.4)
2023-09-18 17:42:08 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 17:42:35 +0000sm(~sm@plaintextaccounting/sm)
2023-09-18 17:43:09 +0000nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net)
2023-09-18 17:45:25 +0000sm(~sm@plaintextaccounting/sm) (Client Quit)
2023-09-18 17:46:09 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 17:46:16 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 17:47:20 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 17:48:03 +0000nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net) (Ping timeout: 252 seconds)
2023-09-18 17:54:05 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f) (Read error: Connection reset by peer)
2023-09-18 17:56:33 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 17:56:34 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 17:56:46 +0000johnw(~johnw@69.62.242.138) (Quit: ZNC - http://znc.in)
2023-09-18 17:57:14 +0000johnw(~johnw@69.62.242.138)
2023-09-18 18:01:19 +0000billchenchina(~billchenc@103.152.35.21) (Remote host closed the connection)
2023-09-18 18:02:26 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2023-09-18 18:03:27 +0000CiaoSen(~Jura@2a05:5800:29f:8200:664b:f0ff:fe37:9ef) (Ping timeout: 246 seconds)
2023-09-18 18:04:56 +0000 <ph88> if you re-export a function from another module will it take over the documentation ?
2023-09-18 18:05:30 +0000qqq(~qqq@92.43.167.61)
2023-09-18 18:05:36 +0000 <geekosaur> yes
2023-09-18 18:06:43 +0000hugo(znc@verdigris.lysator.liu.se) (Ping timeout: 258 seconds)
2023-09-18 18:12:59 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 18:17:02 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net)
2023-09-18 18:17:44 +0000waleee(~waleee@2001:9b0:21c:4000:5bf9:6515:c030:57b7)
2023-09-18 18:18:37 +0000hugo(znc@verdigris.lysator.liu.se)
2023-09-18 18:19:12 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 246 seconds)
2023-09-18 18:21:09 +0000 <segfaultfizzbuzz> [exa]: i got your crazy asm-haskell on a real computer (x86) and ran it, wooho
2023-09-18 18:27:53 +0000eggplantade(~Eggplanta@2600:1700:38c5:d800:a5af:6cb4:7eeb:d04f)
2023-09-18 18:31:32 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 18:32:16 +0000segfaultfizzbuzz(~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) (Remote host closed the connection)
2023-09-18 18:35:46 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 18:35:49 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 18:36:30 +0000emmanuelux(~emmanuelu@user/emmanuelux)
2023-09-18 18:44:34 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2023-09-18 18:46:07 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 18:46:24 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 18:47:58 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 18:52:05 +0000_xor7(~xor@ip-50-5-233-250.dynamic.fuse.net)
2023-09-18 18:53:49 +0000_xor(~xor@ip-50-5-233-250.dynamic.fuse.net) (Ping timeout: 245 seconds)
2023-09-18 18:53:49 +0000_xor7_xor
2023-09-18 18:57:51 +0000malte(~malte@mal.tc)
2023-09-18 18:58:28 +0000vglfr(~vglfr@cli-188-239-201-89.bbn.slav.dn.ua) (Read error: Connection reset by peer)
2023-09-18 18:58:40 +0000vglfr(~vglfr@188.239.201.89)
2023-09-18 19:08:36 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2023-09-18 19:10:14 +0000caryhartline(~caryhartl@168.182.58.169)
2023-09-18 19:12:40 +0000ft(~ft@p3e9bc680.dip0.t-ipconnect.de)
2023-09-18 19:14:48 +0000oo_miguel(~Thunderbi@78-11-179-96.static.ip.netia.com.pl) (Quit: oo_miguel)
2023-09-18 19:15:47 +0000Pickchea(~private@user/pickchea)
2023-09-18 19:19:49 +0000azimut(~azimut@gateway/tor-sasl/azimut)
2023-09-18 19:23:46 +0000caryhartline(~caryhartl@168.182.58.169) (Quit: caryhartline)
2023-09-18 19:33:01 +0000Inst(~Inst@120.244.192.250) (Read error: Connection reset by peer)
2023-09-18 19:36:41 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 19:43:42 +0000jackneill__(~Jackneill@20014C4E1E062E0030CFBFF1D61C694E.dsl.pool.telekom.hu) (Ping timeout: 258 seconds)
2023-09-18 19:48:03 +0000xmachina1(xmachina@gateway/vpn/protonvpn/xmachina)
2023-09-18 19:48:28 +0000xmachina(~xmachina@modemcable048.127-56-74.mc.videotron.ca) (Ping timeout: 248 seconds)
2023-09-18 19:48:53 +0000xmachina1xmachina
2023-09-18 19:50:45 +0000sm(~sm@plaintextaccounting/sm)
2023-09-18 19:58:24 +0000texasmynsted(~username@99.96.221.112)
2023-09-18 20:03:03 +0000xmachina(xmachina@gateway/vpn/protonvpn/xmachina) (Ping timeout: 240 seconds)
2023-09-18 20:05:56 +0000cassiopea(~cassiopea@user/cassiopea)
2023-09-18 20:06:00 +0000_ht(~Thunderbi@28-52-174-82.ftth.glasoperator.nl) (Quit: _ht)
2023-09-18 20:10:35 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 240 seconds)
2023-09-18 20:12:03 +0000sgarcia(sgarcia@swarm.znchost.com) (Server closed connection)
2023-09-18 20:12:13 +0000cassiopea(~cassiopea@user/cassiopea) (Quit: leaving)
2023-09-18 20:12:14 +0000sgarcia(sgarcia@swarm.znchost.com)
2023-09-18 20:15:43 +0000machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net)
2023-09-18 20:17:21 +0000sm(~sm@plaintextaccounting/sm) (Quit: sm)
2023-09-18 20:17:24 +0000xmachina(~xmachina@modemcable048.127-56-74.mc.videotron.ca)
2023-09-18 20:24:14 +0000ubert1(~Thunderbi@91.141.40.168.wireless.dyn.drei.com)
2023-09-18 20:24:31 +0000takuan(~takuan@178-116-218-225.access.telenet.be) (Remote host closed the connection)
2023-09-18 20:25:53 +0000ubert(~Thunderbi@178.165.172.53.wireless.dyn.drei.com) (Ping timeout: 255 seconds)
2023-09-18 20:25:53 +0000ubert1ubert
2023-09-18 20:27:34 +0000jmdaemon(~jmdaemon@user/jmdaemon) (Ping timeout: 245 seconds)
2023-09-18 20:28:58 +0000polaris^(~cd@c-66-56-7-24.hsd1.ga.comcast.net) (Remote host closed the connection)
2023-09-18 20:30:22 +0000Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542)
2023-09-18 20:32:48 +0000ChaiTRex(~ChaiTRex@user/chaitrex) (Remote host closed the connection)
2023-09-18 20:32:55 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 20:33:08 +0000ChaiTRex(~ChaiTRex@user/chaitrex)
2023-09-18 20:33:18 +0000jmdaemon(~jmdaemon@user/jmdaemon)
2023-09-18 20:33:37 +0000Pickchea(~private@user/pickchea) (Quit: Leaving)
2023-09-18 20:35:20 +0000Square3(~Square4@user/square)
2023-09-18 20:38:40 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 20:40:39 +0000michalz(~michalz@185.246.207.217) (Remote host closed the connection)
2023-09-18 20:42:38 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 20:43:48 +0000lisphacker(~lisphacke@38.242.160.204)
2023-09-18 20:45:32 +0000lisphacker(~lisphacke@38.242.160.204) (Client Quit)
2023-09-18 20:46:14 +0000michalz(~michalz@185.246.207.217)
2023-09-18 20:50:06 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 20:50:35 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 20:50:54 +0000michalz(~michalz@185.246.207.217) (Remote host closed the connection)
2023-09-18 20:53:47 +0000xmachina(~xmachina@modemcable048.127-56-74.mc.videotron.ca) (Quit: WeeChat 4.0.4)
2023-09-18 20:57:03 +0000qhong(~qhong@rescomp-21-400677.stanford.edu) (Server closed connection)
2023-09-18 20:57:14 +0000qhong(~qhong@rescomp-21-400677.stanford.edu)
2023-09-18 21:02:31 +0000xmachina(~xmachina@modemcable048.127-56-74.mc.videotron.ca)
2023-09-18 21:06:37 +0000ubert(~Thunderbi@91.141.40.168.wireless.dyn.drei.com) (Ping timeout: 260 seconds)
2023-09-18 21:11:21 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 21:12:21 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d) (Read error: Connection reset by peer)
2023-09-18 21:17:51 +0000tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…)
2023-09-18 21:18:02 +0000fendor(~fendor@2a02:8388:1640:be00:aab:1226:f274:5021) (Remote host closed the connection)
2023-09-18 21:22:34 +0000acidjnk(~acidjnk@p200300d6e7072f02a592eaf46e417577.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
2023-09-18 21:24:18 +0000JeremyB99(~JeremyB99@2607:fb90:8d60:ee30:fc70:2f19:34ae:43d)
2023-09-18 21:26:30 +0000__monty__(~toonn@user/toonn) (Quit: leaving)
2023-09-18 21:27:51 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 21:31:24 +0000dtman34(~dtman34@2601:447:d000:93c9:7048:75fa:6b76:2f61) (Ping timeout: 248 seconds)
2023-09-18 21:37:35 +0000machinedgod(~machinedg@d198-53-218-113.abhsia.telus.net) (Ping timeout: 240 seconds)
2023-09-18 21:43:30 +0000dunj3(~dunj3@kingdread.de) (Remote host closed the connection)
2023-09-18 21:44:40 +0000nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net)
2023-09-18 21:44:44 +0000dtman34(~dtman34@2601:447:d000:93c9:e3fb:cd8e:9d7a:53c5)
2023-09-18 21:48:10 +0000libertyprime(~libertypr@203.96.203.44)
2023-09-18 21:49:05 +0000nate2(~nate@c-98-45-169-16.hsd1.ca.comcast.net) (Ping timeout: 240 seconds)
2023-09-18 22:01:16 +0000Tuplanolla(~Tuplanoll@91-159-68-236.elisa-laajakaista.fi)
2023-09-18 22:02:07 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 264 seconds)
2023-09-18 22:05:22 +0000coot(~coot@89-69-206-216.dynamic.chello.pl) (Quit: coot)
2023-09-18 22:11:50 +0000sord937(~sord937@gateway/tor-sasl/sord937) (Quit: sord937)
2023-09-18 22:12:48 +0000Sgeo(~Sgeo@user/sgeo)
2023-09-18 22:15:15 +0000SheShE
2023-09-18 22:17:37 +0000gmg(~user@user/gehmehgeh) (Quit: Leaving)
2023-09-18 22:20:03 +0000ShEShe
2023-09-18 22:29:05 +0000mysl(~mysl@user/mysl) (Ping timeout: 240 seconds)
2023-09-18 22:37:41 +0000 <Axman6> Can anyone name a better documented library than formatting? https://hackage.haskell.org/package/formatting look at this, Alex (et al.) has done an amazing job
2023-09-18 22:40:13 +0000pavonia(~user@user/siracusa)
2023-09-18 22:40:48 +0000 <monochrom> Perhaps lens, if you measure the ratio how-good-it-is : intrinsically-how-hard-to-doc-at-all
2023-09-18 22:41:45 +0000 <Axman6> yeah it would have to be up there too
2023-09-18 22:45:52 +0000fweht(uid404746@id-404746.lymington.irccloud.com) (Quit: Connection closed for inactivity)
2023-09-18 22:47:50 +0000 <Axman6> Oh man, I totally should have read those docs I'm going on about, I would've learned about viewed, which I reinvented a few weeks ago
2023-09-18 22:49:36 +0000wroathe(~wroathe@user/wroathe)
2023-09-18 22:51:59 +0000wroathe(~wroathe@user/wroathe) (Client Quit)
2023-09-18 22:52:08 +0000wroathe(~wroathe@user/wroathe)
2023-09-18 22:57:03 +0000bsima(~bsima@2604:a880:400:d0::19f1:7001) (Server closed connection)
2023-09-18 22:57:23 +0000bsima(~bsima@2604:a880:400:d0::19f1:7001)
2023-09-18 23:07:35 +0000libertyprime(~libertypr@203.96.203.44) (Ping timeout: 240 seconds)
2023-09-18 23:10:35 +0000emmanuelux(~emmanuelu@user/emmanuelux) (Ping timeout: 240 seconds)
2023-09-18 23:12:06 +0000 <jackdk> wow, that's a cool combinator
2023-09-18 23:14:33 +0000privacy(~privacy@47.219.84.6)
2023-09-18 23:15:08 +0000 <Axman6> jackdk: should remind you of the convo we had a few weeks elsewhere, about adding a premap combinator
2023-09-18 23:16:02 +0000 <jackdk> Axman6: the one I wanted to call `>%<`? Is that `accessed`?
2023-09-18 23:16:24 +0000 <Axman6> yeah, i wanted an infix accessed
2023-09-18 23:17:00 +0000Inst(~Inst@120.244.192.250)
2023-09-18 23:18:33 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl)
2023-09-18 23:23:43 +0000merijn(~merijn@088-129-128-083.dynamic.caiway.nl) (Ping timeout: 264 seconds)
2023-09-18 23:35:57 +0000libertyprime(~libertypr@210.55.232.12)
2023-09-18 23:36:02 +0000Tuplanolla(~Tuplanoll@91-159-68-236.elisa-laajakaista.fi) (Quit: Leaving.)
2023-09-18 23:47:15 +0000shaprhops randomly
2023-09-18 23:47:57 +0000wroathe(~wroathe@user/wroathe) (Ping timeout: 244 seconds)
2023-09-18 23:52:39 +0000libertyprime(~libertypr@210.55.232.12) (Ping timeout: 240 seconds)
2023-09-18 23:57:50 +0000 <Axman6> Woah now, we'll have none of that impurity around here, thank you very much!
2023-09-18 23:58:11 +0000 <jackdk> shapr hops exactly four times, then another four, then another four, ...
2023-09-18 23:58:26 +0000 <Axman6> much better
2023-09-18 23:58:48 +0000Lord_of_Life(~Lord@user/lord-of-life/x-2819915) (Ping timeout: 244 seconds)
2023-09-18 23:59:11 +0000 <geekosaur> IO Shapr
2023-09-18 23:59:26 +0000 <meejah> +1 for "any prose docs at all" -- that's one thing I find "many" Haskell libs don't have (or need more of) ... as a beginner ;)