2025/03/27

Newest at the top

2025-03-27 02:35:38 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-27 02:33:51 +0100Tuplanolla(~Tuplanoll@91-159-69-59.elisa-laajakaista.fi) (Quit: Leaving.)
2025-03-27 02:33:24 +0100califax(~califax@user/califx) califx
2025-03-27 02:32:16 +0100califax(~califax@user/califx) (Remote host closed the connection)
2025-03-27 02:24:33 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2025-03-27 02:19:49 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-27 02:16:14 +0100otto_s(~user@p5de2f7cc.dip0.t-ipconnect.de)
2025-03-27 02:14:32 +0100otto_s(~user@p4ff27de5.dip0.t-ipconnect.de) (Ping timeout: 265 seconds)
2025-03-27 02:12:01 +0100werneta(~werneta@syn-071-083-160-242.res.spectrum.com) werneta
2025-03-27 02:09:06 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds)
2025-03-27 02:07:54 +0100xff0x(~xff0x@2405:6580:b080:900:d2df:bcfa:d5c3:4ebd) (Ping timeout: 268 seconds)
2025-03-27 02:04:04 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-27 01:53:07 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 244 seconds)
2025-03-27 01:48:26 +0100ljdarj1ljdarj
2025-03-27 01:48:26 +0100ljdarj(~Thunderbi@user/ljdarj) (Ping timeout: 265 seconds)
2025-03-27 01:48:17 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-27 01:46:33 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds)
2025-03-27 01:45:25 +0100ljdarj1(~Thunderbi@user/ljdarj) ljdarj
2025-03-27 01:45:16 +0100simplystuart(~simplystu@c-75-75-152-164.hsd1.pa.comcast.net)
2025-03-27 01:44:53 +0100simplystuart(~simplystu@c-75-75-152-164.hsd1.pa.comcast.net) (Remote host closed the connection)
2025-03-27 01:43:51 +0100malte(~malte@mal.tc) malte
2025-03-27 01:39:47 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn
2025-03-27 01:38:46 +0100 <yin> type level fixed point
2025-03-27 01:37:16 +0100 <yin> the function type always trips me up
2025-03-27 01:34:50 +0100 <Axman6> this one surprises me, I guess I'd need to sit down and figure it out too
2025-03-27 01:33:05 +0100 <yin> took me half an afternoon to understand this back in the day
2025-03-27 01:32:50 +0100emmanuelux(~emmanuelu@user/emmanuelux) emmanuelux
2025-03-27 01:31:53 +0100 <yin> one of my favourites
2025-03-27 01:31:45 +0100peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-03-27 01:31:41 +0100 <lambdabot> (a1 -> ((a2 -> b -> c1) -> b -> a2 -> c1) -> c2) -> a1 -> c2
2025-03-27 01:31:40 +0100 <yin> :t flip flip flip flip flip
2025-03-27 01:31:37 +0100 <lambdabot> (a1 -> ((a2 -> b -> c1) -> b -> a2 -> c1) -> c2) -> a1 -> c2
2025-03-27 01:31:36 +0100 <yin> :t flip flip flip flip
2025-03-27 01:31:35 +0100 <lambdabot> (a1 -> ((a2 -> b -> c1) -> b -> a2 -> c1) -> c2) -> a1 -> c2
2025-03-27 01:31:34 +0100 <yin> :t flip flip flip
2025-03-27 01:31:30 +0100 <lambdabot> b -> (a -> b -> c) -> a -> c
2025-03-27 01:31:29 +0100 <yin> :t flip flip
2025-03-27 01:31:28 +0100 <lambdabot> (a -> b -> c) -> b -> a -> c
2025-03-27 01:31:27 +0100 <yin> :t flip
2025-03-27 01:30:52 +0100aetepe(~aetepe@46.154.235.16) (Read error: Connection reset by peer)
2025-03-27 01:30:30 +0100acidjnk(~acidjnk@p200300d6e71c4f691c99ba8b65f3988d.dip0.t-ipconnect.de) (Ping timeout: 260 seconds)
2025-03-27 01:29:31 +0100L29Ah(~L29Ah@wikipedia/L29Ah) L29Ah
2025-03-27 01:29:12 +0100 <Axman6> how good are types
2025-03-27 01:29:03 +0100 <Axman6> You'd probably find two dozen foo = id in lens
2025-03-27 01:28:43 +0100merijn(~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 245 seconds)
2025-03-27 01:28:19 +0100 <yin> i also cherish the first time someone answered me a (simple, i thought) question with a link to a white paper
2025-03-27 01:27:56 +0100 <jackdk> Axman6: what else is on the `id` list? I can think of `($)` and lens's `traversal`, `(%%~)`, `simply`, `simple`, `equality Refl Refl` and `equality' Refl`
2025-03-27 01:25:20 +0100Googulator(~Googulato@2a01-036d-0106-01d5-c415-995d-99e3-7810.pool6.digikabel.hu)
2025-03-27 01:25:19 +0100 <yin> fun times
2025-03-27 01:25:15 +0100 <yin> i remember one of my first questions in #haskell-beginners being about some mess i got into because i had overloaded (+) in ghci