2025/02/03

Newest at the top

2025-02-03 19:18:11 +0100 <albet70> this mapK can do eary return?
2025-02-03 19:17:48 +0100 <albet70> rec [1,2,3,0,4] id
2025-02-03 19:17:37 +0100 <albet70> rec = \ls -> \k -> mapK (\x -> \c -> if x == 0 then k [x] else c (1/x)) ls k
2025-02-03 19:17:26 +0100 <albet70> mapK p (x: xs) k = p x $ \v -> mapK p xs $ \ns -> k (v : ns)
2025-02-03 19:17:15 +0100 <albet70> mapK p [] k = k []
2025-02-03 19:11:41 +0100rvalue(~rvalue@user/rvalue) rvalue
2025-02-03 19:11:09 +0100rvalue(~rvalue@user/rvalue) (Read error: Connection reset by peer)
2025-02-03 19:10:36 +0100Katarushisu(~Katarushi@finc-20-b2-v4wan-169598-cust1799.vm7.cable.virginm.net) (Client Quit)
2025-02-03 19:09:19 +0100ft(~ft@p3e9bcd97.dip0.t-ipconnect.de) ft
2025-02-03 19:07:29 +0100stiell(~stiell@gateway/tor-sasl/stiell) stiell
2025-02-03 19:07:03 +0100stiell(~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection)
2025-02-03 19:07:02 +0100Katarushisu(~Katarushi@finc-20-b2-v4wan-169598-cust1799.vm7.cable.virginm.net) Katarushisu
2025-02-03 19:05:59 +0100Katarushisu(~Katarushi@finc-20-b2-v4wan-169598-cust1799.vm7.cable.virginm.net) (Client Quit)
2025-02-03 19:03:59 +0100vanishingideal(~vanishing@user/vanishingideal) vanishingideal
2025-02-03 19:03:41 +0100Katarushisu(~Katarushi@finc-20-b2-v4wan-169598-cust1799.vm7.cable.virginm.net) Katarushisu
2025-02-03 19:03:00 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-03 19:02:03 +0100vanishingideal(~vanishing@user/vanishingideal) (Ping timeout: 245 seconds)
2025-02-03 18:58:33 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-03 18:56:30 +0100chexum(~quassel@gateway/tor-sasl/chexum) chexum
2025-02-03 18:56:20 +0100chexum(~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection)
2025-02-03 18:51:18 +0100ljdarj(~Thunderbi@user/ljdarj) ljdarj
2025-02-03 18:50:15 +0100forell(~forell@user/forell) (Ping timeout: 246 seconds)
2025-02-03 18:49:56 +0100forell_(~forell@host-178-216-90-220.sta.tvknaszapraca.pl)
2025-02-03 18:45:55 +0100Katarushisu(~Katarushi@finc-20-b2-v4wan-169598-cust1799.vm7.cable.virginm.net) (Ping timeout: 265 seconds)
2025-02-03 18:42:15 +0100ash3en(~Thunderbi@2a03:7846:b6eb:101:93ac:a90a:da67:f207) ash3en
2025-02-03 18:25:09 +0100merijn(~merijn@77.242.116.146) (Ping timeout: 260 seconds)
2025-02-03 18:17:31 +0100fp1(~Thunderbi@2001:708:20:1406::10c5) (Ping timeout: 252 seconds)
2025-02-03 18:14:36 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-03 18:10:29 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-03 18:01:18 +0100jespada(~jespada@2800:a4:2315:e400:dc3a:2af1:31c:f0bc) jespada
2025-02-03 18:00:44 +0100jespada(~jespada@2800:a4:2315:e400:dc3a:2af1:31c:f0bc) (Quit: My Mac has gone to sleep. ZZZzzz…)
2025-02-03 17:57:12 +0100lxsameer(~lxsameer@Serene/lxsameer) lxsameer
2025-02-03 17:55:29 +0100tzh(~tzh@c-76-115-131-146.hsd1.or.comcast.net) tzh
2025-02-03 17:43:23 +0100dolio(~dolio@130.44.140.168) dolio
2025-02-03 17:42:11 +0100dolio(~dolio@130.44.140.168) (Client Quit)
2025-02-03 17:41:56 +0100urdh_urdh
2025-02-03 17:41:56 +0100urdh(~urdh@user/urdh) (Ping timeout: 272 seconds)
2025-02-03 17:40:29 +0100urdh_(~urdh@user/urdh) urdh
2025-02-03 17:40:17 +0100dolio(~dolio@130.44.140.168) dolio
2025-02-03 17:34:32 +0100dolio(~dolio@130.44.140.168) (Quit: ZNC 1.9.1 - https://znc.in)
2025-02-03 17:26:51 +0100alfiee(~alfiee@user/alfiee) (Ping timeout: 252 seconds)
2025-02-03 17:26:14 +0100agent314(~quassel@146.70.172.177) (Ping timeout: 244 seconds)
2025-02-03 17:24:03 +0100 <Athas> (I did not look very diligently, however.)
2025-02-03 17:23:45 +0100 <Athas> The only reason I didn't disable it is because I can't figure out how to override the GHC configuration in Nixpkgs.
2025-02-03 17:23:23 +0100 <Athas> I assume it's the reason GHC produces better stack traces now, but I don't need that for my release executables anyway.
2025-02-03 17:22:44 +0100alfiee(~alfiee@user/alfiee) alfiee
2025-02-03 17:22:40 +0100 <tomsmeding> ah
2025-02-03 17:22:32 +0100 <Athas> tomsmeding: it is a dependency of the GHC RTS.
2025-02-03 17:21:23 +0100 <tomsmeding> Athas: I think dminuoso's point was that while elfutils is a dependency of GHC, statically linking your program should not need a statically-linked GHC, and hence should not need statically linking elfutils in the first place
2025-02-03 17:18:33 +0100euleritian(~euleritia@ip4d17fae8.dynamic.kabel-deutschland.de)