Newest at the top
| 2026-04-23 09:37:55 +0000 | oskarw | (~user@user/oskarw) (ERC 5.6.1 (IRC client for GNU Emacs 30.2)) |
| 2026-04-23 09:37:32 +0000 | misterfish | (~misterfis@046044172198.static.ipv4.heldenvannu.net) misterfish |
| 2026-04-23 09:36:51 +0000 | myme | (~myme@2a01:799:d5e:5f00:35e0:fff9:f0bb:6422) myme |
| 2026-04-23 09:35:37 +0000 | myme | (~myme@2a01:799:d5e:5f00:170f:167e:539:9415) (Ping timeout: 248 seconds) |
| 2026-04-23 09:33:53 +0000 | <merijn> | Uptime of everyone is in the dumps since the AI hype in silicon valley, Windows is a dumpster fire, seems a direct correlation between things going to shit and AI usage |
| 2026-04-23 09:32:28 +0000 | <merijn> | I'm still not convinced :p |
| 2026-04-23 09:29:40 +0000 | <haskellbridge> | <Liamzee> i lost my faith |
| 2026-04-23 09:29:28 +0000 | <haskellbridge> | <Liamzee> i'm sort of depressed, AI is going to eat everything |
| 2026-04-23 09:29:20 +0000 | <haskellbridge> | <Liamzee> merijn, sorry |
| 2026-04-23 09:28:43 +0000 | vgtw | (~vgtw@user/vgtw) (Quit: ZNC - https://znc.in) |
| 2026-04-23 09:21:16 +0000 | <gentauro> | mauke: lucky to have the LSP point that out :o |
| 2026-04-23 09:21:04 +0000 | <yahb2> | 0 |
| 2026-04-23 09:21:04 +0000 | <humasect> | % length Nothing |
| 2026-04-23 09:20:49 +0000 | <humasect> | oh |
| 2026-04-23 09:20:41 +0000 | <humasect> | vector[1] == scalar ? |
| 2026-04-23 09:20:38 +0000 | <mauke> | Maybe = a list of at most one element |
| 2026-04-23 09:20:15 +0000 | <yahb2> | 0 |
| 2026-04-23 09:20:15 +0000 | <mauke> | % length Nothing |
| 2026-04-23 09:19:44 +0000 | <gentauro> | Huh? |
| 2026-04-23 09:19:37 +0000 | <yahb2> | 1 |
| 2026-04-23 09:19:37 +0000 | <gentauro> | % length (Just []) |
| 2026-04-23 09:19:33 +0000 | <yahb2> | 1 |
| 2026-04-23 09:19:33 +0000 | <gentauro> | % length (Just [1]) |
| 2026-04-23 09:19:26 +0000 | <yahb2> | 1 |
| 2026-04-23 09:19:26 +0000 | <gentauro> | % length (Just []) |
| 2026-04-23 09:19:16 +0000 | <yahb2> | <interactive>:37:1: error: [GHC-88464] ; Variable not in scope: lenght :: Maybe [a0] -> t ; Suggested fix: Perhaps use ‘length’ (imported from Prelude) |
| 2026-04-23 09:19:16 +0000 | <gentauro> | % lenght (Just []) |
| 2026-04-23 09:17:53 +0000 | <merijn> | Liamzee: I mean, the hackage page only updates when they publish a new version (assuming they remember to check that link) |
| 2026-04-23 09:17:07 +0000 | <haskellbridge> | <Liamzee> https://hackage.haskell.org/package/servant-server |
| 2026-04-23 09:17:03 +0000 | <haskellbridge> | <Liamzee> https://docs.servant.dev/en/stable/tutorial/index.html |
| 2026-04-23 09:16:39 +0000 | <merijn> | Liamzee which broken links? |
| 2026-04-23 09:13:39 +0000 | <mauke> | https://docs.servant.dev/en/0.20.3.0/tutorial/index.html ? |
| 2026-04-23 09:11:09 +0000 | tnt1 | (~Thunderbi@user/tnt1) (Ping timeout: 245 seconds) |
| 2026-04-23 09:01:10 +0000 | <haskellbridge> | <Liamzee> hey, is servant dead? their hackage page now has brokne links :( |
| 2026-04-23 08:56:00 +0000 | tnt1 | (~Thunderbi@user/tnt1) tnt1 |
| 2026-04-23 08:55:36 +0000 | srazkvt | (~sarah@user/srazkvt) srazkvt |
| 2026-04-23 08:52:57 +0000 | tnt1 | (~Thunderbi@user/tnt1) (Quit: tnt1) |
| 2026-04-23 08:51:44 +0000 | bggd__ | (~bgg@2a01:e0a:fd5:f510:a8fb:b82b:2a5:62ab) |
| 2026-04-23 08:51:34 +0000 | fp1 | (~Thunderbi@2001-14ba-6e24-3000--180.rev.dnainternet.fi) (Ping timeout: 245 seconds) |
| 2026-04-23 08:48:56 +0000 | jreicher | (~joelr@user/jreicher) jreicher |
| 2026-04-23 08:48:23 +0000 | Guest5730 | (~joelr@user/jreicher) (Killed (niobium.libera.chat (Nickname regained by services))) |
| 2026-04-23 08:48:23 +0000 | jreicher | Guest5730 |
| 2026-04-23 08:48:00 +0000 | CiaoSen | (~Jura@p549cbfb1.dip0.t-ipconnect.de) (Ping timeout: 256 seconds) |
| 2026-04-23 08:40:42 +0000 | <dibblego> | ok thanks |
| 2026-04-23 08:25:36 +0000 | <haskellbridge> | <ozkutuk> in that case I think wrapping with a newtype of your own is your only choice |
| 2026-04-23 08:23:13 +0000 | <dibblego> | I want a value that can use in a position (p :: * -> * -> *) and type-aliases cannot appear there |
| 2026-04-23 08:16:48 +0000 | <haskellbridge> | <ozkutuk> or maybe I misunderstood your use case |
| 2026-04-23 08:16:41 +0000 | <haskellbridge> | <ozkutuk> yes, but it is an alias for ReifiedPrism and not the underlying optic type, so in a sense it is still opaque |
| 2026-04-23 08:15:18 +0000 | <dibblego> | I do, but that is back to a type-alias |
| 2026-04-23 08:14:47 +0000 | <haskellbridge> | <ozkutuk> dibblego: there is also ReifiedPrism' if you prefer using that |