2026/04/04

Newest at the top

2026-04-04 07:26:18 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 246 seconds)
2026-04-04 07:21:24 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-04 07:21:02 +0000slomp(~slomp@47-158-212-88.lsan.ca.frontiernet.net)
2026-04-04 07:19:42 +0000j1n37(~j1n37@user/j1n37) j1n37
2026-04-04 07:14:56 +0000j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2026-04-04 07:11:32 +0000arandombit(~arandombi@user/arandombit) (Ping timeout: 268 seconds)
2026-04-04 07:10:42 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 248 seconds)
2026-04-04 07:10:12 +0000slomp(~slomp@47-158-212-88.lsan.ca.frontiernet.net) (Ping timeout: 255 seconds)
2026-04-04 07:10:10 +0000j1n37(~j1n37@user/j1n37) j1n37
2026-04-04 07:06:45 +0000arandombit(~arandombi@user/arandombit) arandombit
2026-04-04 07:05:37 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-04 07:01:03 +0000j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2026-04-04 07:00:39 +0000tromp(~textual@2001:1c00:340e:2700:795f:6a6f:7cb5:ecd6)
2026-04-04 06:59:12 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2026-04-04 06:54:19 +0000tomboy65(~tomboy64@user/tomboy64) tomboy64
2026-04-04 06:54:13 +0000tomboy64(~tomboy64@user/tomboy64) (Read error: Connection reset by peer)
2026-04-04 06:52:05 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-04 06:44:40 +0000peterbecich(~Thunderbi@71.84.33.135) (Ping timeout: 256 seconds)
2026-04-04 06:41:42 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 268 seconds)
2026-04-04 06:41:32 +0000marinelli(~weechat@brrr.fr) (Quit: marinelli)
2026-04-04 06:39:28 +0000 <yahb2> <interactive>:29:34: error: [GHC-00158] ; • Can't make a derived instance of ‘Storable FooBar’: ; ‘Storable’ is not a stock derivable class (Eq, Show, etc.) ; • In the data type dec...
2026-04-04 06:39:28 +0000 <gentauro> % data FooBar = Foo | Bar deriving Storable; data BazQux = BazQux {-# UNPACK #-} !FooBar deriving Storable
2026-04-04 06:38:23 +0000 <yahb2> <interactive>:27:1: error: [GHC-39999] ; • No instance for ‘Storable FooBar’ arising from a use of ‘sizeOf’ ; • In the expression: sizeOf Foo ; In an equation for ‘it’: it = sizeOf Foo
2026-04-04 06:38:23 +0000 <gentauro> % sizeOf Foo
2026-04-04 06:38:18 +0000 <yahb2> <no output>
2026-04-04 06:38:18 +0000 <gentauro> % data FooBar = Foo | Bar; data BazQux = BazQux {-# UNPACK #-} !FooBar
2026-04-04 06:38:12 +0000 <yahb2> <interactive>:23:71: error: [GHC-25277] ; Parse error: module header, import declaration ; or top-level declaration expected.
2026-04-04 06:38:12 +0000 <gentauro> % data FooBar = Foo | Bar; data BazQux = BazQux {-# UNPACK #-} !FooBar; sizeOf Foo
2026-04-04 06:38:09 +0000 <yahb2> 8
2026-04-04 06:38:09 +0000 <gentauro> % sizeOf 42
2026-04-04 06:38:07 +0000 <yahb2> <no output>
2026-04-04 06:38:07 +0000 <gentauro> % import Foreign.Storable
2026-04-04 06:37:51 +0000 <yahb2> <interactive>:17:1: error: [GHC-88464] ; Variable not in scope: sizeOf :: t0 -> t
2026-04-04 06:37:51 +0000 <gentauro> % sizeOf 42
2026-04-04 06:37:28 +0000 <yahb2> <interactive>:15:71: error: [GHC-25277] ; Parse error: module header, import declaration ; or top-level declaration expected.
2026-04-04 06:37:28 +0000 <gentauro> % data FooBar = Foo | Bar; data BazQux = BazQux {-# UNPACK #-} !FooBar; sizeOf Foo
2026-04-04 06:37:19 +0000 <yahb2> <interactive>:13:71: error: [GHC-25277] ; Parse error: module header, import declaration ; or top-level declaration expected.
2026-04-04 06:37:19 +0000 <gentauro> % data FooBar = Foo | Bar; data BazQux = BazQux {-# UNPACK #-} !FooBar; sizeOf FooBar
2026-04-04 06:37:06 +0000 <yahb2> <interactive>:11:1: error: [GHC-88464] ; Variable not in scope: sizeOf :: t0 -> t1 ; ; <interactive>:11:8: error: [GHC-01928] ; • Illegal term-level use of the type constructor ‘FooBar’ ; ...
2026-04-04 06:37:06 +0000 <gentauro> % sizeOf FooBar
2026-04-04 06:36:53 +0000 <yahb2> <no output>
2026-04-04 06:36:53 +0000 <gentauro> % data FooBar = Foo | Bar; data BazQux = BazQux {-# UNPACK #-} !FooBar
2026-04-04 06:36:18 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn
2026-04-04 06:33:22 +0000Square3(~Square@user/square) (Ping timeout: 248 seconds)
2026-04-04 06:33:10 +0000wootehfoot(~wootehfoo@user/wootehfoot) wootehfoot
2026-04-04 06:29:08 +0000j1n37(~j1n37@user/j1n37) j1n37
2026-04-04 06:26:11 +0000j1n37(~j1n37@user/j1n37) (Read error: Connection reset by peer)
2026-04-04 06:25:39 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) (Ping timeout: 272 seconds)
2026-04-04 06:20:42 +0000jmcantrell_(~weechat@user/jmcantrell) (Ping timeout: 255 seconds)
2026-04-04 06:20:27 +0000merijn(~merijn@host-cl.cgnat-g.v4.dfn.nl) merijn