Newest at the top
2025-05-11 06:11:14 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-56.bstnma.fios.verizon.net) (Ping timeout: 252 seconds) |
2025-05-11 06:04:12 +0200 | gabiruh_ | (~gabiruh@vps19177.publiccloud.com.br) (Ping timeout: 265 seconds) |
2025-05-11 06:02:46 +0200 | talismanick | (~user@2601:644:937c:ed10::ae5) talismanick |
2025-05-11 06:00:58 +0200 | gabiruh | (~gabiruh@vps19177.publiccloud.com.br) (Ping timeout: 252 seconds) |
2025-05-11 05:58:39 +0200 | gabiruh_ | (~gabiruh@vps19177.publiccloud.com.br) gabiruh |
2025-05-11 05:56:01 +0200 | ljdarj | (~Thunderbi@user/ljdarj) (Ping timeout: 272 seconds) |
2025-05-11 05:55:04 +0200 | Frostillicus | (~Frostilli@pool-71-174-119-56.bstnma.fios.verizon.net) |
2025-05-11 05:42:20 +0200 | dutchie | (~dutchie@user/dutchie) dutchie |
2025-05-11 05:41:13 +0200 | dutchie | (~dutchie@user/dutchie) (Remote host closed the connection) |
2025-05-11 05:30:37 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-05-11 05:19:55 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds) |
2025-05-11 04:21:00 +0200 | td_ | (~td@i53870935.versanet.de) |
2025-05-11 04:19:01 +0200 | td_ | (~td@i53870903.versanet.de) (Ping timeout: 252 seconds) |
2025-05-11 04:15:32 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-05-11 04:13:51 +0200 | <EvanR> | https://paste.tomsmeding.com/G9csUJBE |
2025-05-11 04:13:21 +0200 | EvanR_ | EvanR |
2025-05-11 04:05:32 +0200 | op_4 | (~tslil@user/op-4/x-9116473) op_4 |
2025-05-11 04:05:02 +0200 | op_4 | (~tslil@user/op-4/x-9116473) (Remote host closed the connection) |
2025-05-11 04:04:39 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 252 seconds) |
2025-05-11 03:56:22 +0200 | haskellbridge | (~hackager@syn-024-093-192-219.res.spectrum.com) (Remote host closed the connection) |
2025-05-11 03:55:51 +0200 | j1n37 | (~j1n37@user/j1n37) j1n37 |
2025-05-11 03:55:40 +0200 | j1n37- | (~j1n37@user/j1n37) (Ping timeout: 272 seconds) |
2025-05-11 03:54:46 +0200 | EvanR | (~EvanR@user/evanr) (Ping timeout: 252 seconds) |
2025-05-11 03:53:04 +0200 | EvanR_ | (~EvanR@user/evanr) EvanR |
2025-05-11 03:29:42 +0200 | floyza | (~gavin@63.238.216.34) (Ping timeout: 276 seconds) |
2025-05-11 03:14:01 +0200 | ttybitnik | (~ttybitnik@user/wolper) (Quit: Fading out...) |
2025-05-11 03:13:05 +0200 | <EvanR> | Typeable forall |
2025-05-11 03:06:09 +0200 | Smiles | (uid551636@id-551636.lymington.irccloud.com) (Quit: Connection closed for inactivity) |
2025-05-11 03:03:19 +0200 | <geekosaur> | well, maybe it wants to see an explicit `deriving Typeable`, but the extension has been removed (will get a warning with -Wall) and is always on in effect |
2025-05-11 03:02:00 +0200 | <geekosaur> | ghc derives Typeable implicitly for all types |
2025-05-11 03:01:46 +0200 | <geekosaur> | it doesn't even want that any more |
2025-05-11 02:59:29 +0200 | arahael | (~arahael@user/arahael) (Ping timeout: 248 seconds) |
2025-05-11 02:56:58 +0200 | mhatta | (~mhatta@www21123ui.sakura.ne.jp) |
2025-05-11 02:54:41 +0200 | infinity0 | (~infinity0@pwned.gg) infinity0 |
2025-05-11 02:54:23 +0200 | mhatta | (~mhatta@www21123ui.sakura.ne.jp) (Remote host closed the connection) |
2025-05-11 02:46:44 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) merijn |
2025-05-11 02:41:21 +0200 | balthxzar | (~balthxzar@user/Balthxzar) (Ping timeout: 248 seconds) |
2025-05-11 02:38:21 +0200 | <monochrom> | GHC wants you to use "deriving Typeable" for consistency and uniqueness, and not write your own instances. |
2025-05-11 02:36:27 +0200 | <hellwolf> | what is this "typeRep#" that I can't access? |
2025-05-11 02:36:16 +0200 | <hellwolf> | class Typeable (a :: k) where typeRep# :: TypeRep a |
2025-05-11 02:35:45 +0200 | merijn | (~merijn@host-vr.cgnat-g.v4.dfn.nl) (Ping timeout: 276 seconds) |
2025-05-11 02:34:36 +0200 | infinity0 | (~infinity0@pwned.gg) (Ping timeout: 272 seconds) |
2025-05-11 02:34:32 +0200 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 252 seconds) |
2025-05-11 02:32:14 +0200 | <monochrom> | "hledger: How to Cook The Books in Haskell" >:) |
2025-05-11 02:21:46 +0200 | <EvanR> | add Burned constructor for when things aren't going good in the kitchen |
2025-05-11 02:19:29 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) |
2025-05-11 02:18:20 +0200 | cyphase | (~cyphase@user/cyphase) cyphase |
2025-05-11 02:16:21 +0200 | sabathan2 | (~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Read error: Connection reset by peer) |
2025-05-11 02:15:42 +0200 | <EvanR> | by changing it to fmap (Food . Raw) (unfix p) it even type checks |
2025-05-11 02:12:43 +0200 | sajenim | (~sajenim@user/sajenim) sajenim |