2024/06/17

2024-06-17 01:19:52 +0200ghormoon(~ghormoon@ghorland.net) (Ping timeout: 256 seconds)
2024-06-17 01:56:16 +0200ghormoon(~ghormoon@ghorland.net)
2024-06-17 02:03:17 +0200L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer)
2024-06-17 02:08:42 +0200L29Ah(~L29Ah@wikipedia/L29Ah)
2024-06-17 03:45:07 +0200 <haskellbridge> <iqubic (she/her)> Ugh... Haskell Layout Rules are being a pain. Why doesn't this work? https://gist.github.com/IQubic/f8262777ebc4f9b9afe6b6aec895ea46
2024-06-17 03:53:12 +0200 <geekosaur> you need to indent the lines following the `NS` constructor, or they're treated as independent expressions. but that's not the cause of the error. the error is you're missing a close paren on line 8
2024-06-17 03:53:25 +0200 <geekosaur> (you will eventually get a type error from the other)