2025/11/17

Newest at the top

2025-11-17 19:09:18 +0100myxos(~myxos@2001:579:8380:f20:e6ab:8ef0:3a0a:e59c) (Ping timeout: 244 seconds)
2025-11-17 19:06:51 +0100myxokephale(~myxos@2001:579:8380:f20:6b9e:1a89:7816:af78) myxokephale
2025-11-17 19:06:43 +0100Vajb(~Vajb@n4dgb69h6dkio9s4tuj-1.v6.elisa-mobile.fi) (Ping timeout: 244 seconds)
2025-11-17 19:06:38 +0100Enrico63(~Enrico63@2a0b:e541:10d0:0:9efc:e8ff:fe24:3213) (Quit: Client closed)
2025-11-17 19:02:42 +0100Vajb(~Vajb@n4dgb69h6dkio9s4tuj-1.v6.elisa-mobile.fi)
2025-11-17 19:02:00 +0100Vajb(~Vajb@n60et6bw8o0r9fxdjbq-1.v6.elisa-mobile.fi) (Ping timeout: 245 seconds)
2025-11-17 18:58:01 +0100Tuplanolla(~Tuplanoll@91-159-187-167.elisa-laajakaista.fi) Tuplanolla
2025-11-17 18:57:58 +0100Vajb(~Vajb@n60et6bw8o0r9fxdjbq-1.v6.elisa-mobile.fi)
2025-11-17 18:57:35 +0100sord937(~sord937@gateway/tor-sasl/sord937) (Quit: sord937)
2025-11-17 18:57:09 +0100 <geekosaur> hm, apparently not
2025-11-17 18:56:02 +0100 <geekosaur> didn't they make a new release within the past couple months?
2025-11-17 18:54:25 +0100Vajb(~Vajb@n5ft3n7r297yp3xh401-1.v6.elisa-mobile.fi) (Ping timeout: 246 seconds)
2025-11-17 18:54:05 +0100fp(~Thunderbi@2001:708:20:1406::1370) (Ping timeout: 245 seconds)
2025-11-17 18:52:49 +0100trickard_(~trickard@cpe-50-98-47-163.wireline.com.au)
2025-11-17 18:52:35 +0100trickard(~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-11-17 18:50:40 +0100L29Ah(~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer)
2025-11-17 18:50:40 +0100 <hololeap> kind of concerning that they only test up to ghc 8.10, though: https://app.travis-ci.com/github/ivanperez-keera/Yampa/builds/274379953/config
2025-11-17 18:50:20 +0100Vajb(~Vajb@n5ft3n7r297yp3xh401-1.v6.elisa-mobile.fi)
2025-11-17 18:49:40 +0100Vajb(~Vajb@n5ges64xxne6jwy5ufr-1.v6.elisa-mobile.fi) (Ping timeout: 244 seconds)
2025-11-17 18:48:52 +0100 <hololeap> yin: check the repo for recent commits
2025-11-17 18:47:03 +0100olivial(~benjaminl@user/benjaminl) benjaminl
2025-11-17 18:38:40 +0100annamalai(~annamalai@157.33.248.131) (Ping timeout: 245 seconds)
2025-11-17 18:37:35 +0100qqe(~qqq@185.54.21.140) (Quit: Lost terminal)
2025-11-17 18:36:34 +0100Square2(~Square4@user/square) (Ping timeout: 256 seconds)
2025-11-17 18:34:18 +0100olivial(~benjaminl@user/benjaminl) (Ping timeout: 256 seconds)
2025-11-17 18:33:34 +0100Square3(~Square@user/square) Square
2025-11-17 18:28:39 +0100 <yin> still a goto choice for FRP?
2025-11-17 18:28:28 +0100 <yin> How can I have an idea of the current state of Yampa?
2025-11-17 18:28:06 +0100 <haskellbridge> <doc> hololeap: i think that signature can be satisfied with just sequenceA or sequence
2025-11-17 18:24:39 +0100Zemy_(~Zemy@mobile-107-80-206-104.mycingular.net) (Ping timeout: 252 seconds)
2025-11-17 18:22:27 +0100Zemy(~Zemy@2600:100c:b0a9:8436:20e2:f5ff:fea2:5e88)
2025-11-17 18:21:33 +0100 <hololeap> thanks, I couldn't remember what it was called. I can install it locally :)
2025-11-17 18:21:15 +0100jmcantrell(~weechat@user/jmcantrell) (Ping timeout: 244 seconds)
2025-11-17 18:20:50 +0100 <lambdabot> Cannot parse command
2025-11-17 18:20:50 +0100 <geekosaur> @djinn [a -> b] -> a -> [b])
2025-11-17 18:20:28 +0100 <geekosaur> djinn but it doesn't handle recursive types iirc?
2025-11-17 18:18:31 +0100Zemy(~Zemy@mobile-107-80-206-104.mycingular.net) (Ping timeout: 240 seconds)
2025-11-17 18:17:49 +0100merijn(~merijn@77.242.116.146) (Ping timeout: 260 seconds)
2025-11-17 18:16:50 +0100 <hololeap> I guess (\a -> fmap ($ a))
2025-11-17 18:15:46 +0100Zemy_(~Zemy@mobile-107-80-206-104.mycingular.net)
2025-11-17 18:15:25 +0100Core3185(~Zemy@2600:100c:b0a9:8436:8888:7bff:fe6b:db6a) (Ping timeout: 250 seconds)
2025-11-17 18:15:08 +0100 <hololeap> (trying to remember the canonical way to do [a -> b] -> a -> [b])
2025-11-17 18:14:15 +0100 <hololeap> what was the thing where you can give it a type signature and it gives you back a function/one-liner?
2025-11-17 18:12:13 +0100Zemy(~Zemy@mobile-107-80-206-104.mycingular.net)
2025-11-17 17:43:44 +0100trickard_trickard
2025-11-17 17:40:34 +0100trickard_(~trickard@cpe-50-98-47-163.wireline.com.au)
2025-11-17 17:40:19 +0100trickard_(~trickard@cpe-50-98-47-163.wireline.com.au) (Read error: Connection reset by peer)
2025-11-17 17:39:44 +0100Core7738(~Zemy@24-155-2-226.static.grandenetworks.net) (Ping timeout: 240 seconds)
2025-11-17 17:36:48 +0100Zemy(~Zemy@mobile-107-80-206-70.mycingular.net) (Ping timeout: 252 seconds)
2025-11-17 17:36:29 +0100Core3185(~Zemy@2600:100c:b0a9:8436:8888:7bff:fe6b:db6a)