2024/04/24

Newest at the top

2024-04-24 11:43:32 +0200chele(~chele@user/chele)
2024-04-24 11:42:08 +0200xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp)
2024-04-24 11:37:01 +0200gehmehgeh(~user@user/gehmehgeh)
2024-04-24 11:36:54 +0200xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (Ping timeout: 252 seconds)
2024-04-24 11:35:47 +0200demon-cat(~demon-cat@dund-15-b2-v4wan-169642-cust1347.vm6.cable.virginm.net) (Ping timeout: 252 seconds)
2024-04-24 11:34:31 +0200Luj(~Luj@2a01:e0a:5f9:9681:5880:c9ff:fe9f:3dfb) (Ping timeout: 256 seconds)
2024-04-24 11:34:05 +0200Raito_Bezarius(~Raito@wireguard/tunneler/raito-bezarius) (Ping timeout: 240 seconds)
2024-04-24 11:32:54 +0200mima(~mmh@138.246.3.254)
2024-04-24 11:32:33 +0200xdminsy(~xdminsy@117.147.70.233)
2024-04-24 11:25:39 +0200demon-cat(~demon-cat@dund-15-b2-v4wan-169642-cust1347.vm6.cable.virginm.net)
2024-04-24 11:22:36 +0200zetef(~quassel@5.2.182.98) (Remote host closed the connection)
2024-04-24 11:19:35 +0200zetef(~quassel@5.2.182.98)
2024-04-24 11:06:35 +0200gfundler(~user@p5b0f39a4.dip0.t-ipconnect.de) (Ping timeout: 245 seconds)
2024-04-24 11:00:46 +0200titibandit(~titibandi@user/titibandit)
2024-04-24 10:54:53 +0200euleritian(~euleritia@77.22.252.56)
2024-04-24 10:54:07 +0200euleritian(~euleritia@ip4d16fc38.dynamic.kabel-deutschland.de) (Read error: Connection reset by peer)
2024-04-24 10:50:40 +0200Guest95(~Guest95@217.7.130.9) (Quit: Client closed)
2024-04-24 10:44:46 +0200__monty__(~toonn@user/toonn)
2024-04-24 10:40:13 +0200philopsos(~caecilius@user/philopsos) (Ping timeout: 255 seconds)
2024-04-24 10:39:16 +0200 <jackdk> the constraint is on the instance
2024-04-24 10:36:34 +0200danse-nr3(~danse-nr3@151.43.249.70)
2024-04-24 10:33:44 +0200philopsos(~caecilius@user/philopsos)
2024-04-24 10:28:30 +0200jcarpenter2(~lol@2603:3016:1e01:b940:bc60:e296:86fe:18c4) (Ping timeout: 268 seconds)
2024-04-24 10:25:44 +0200philopsos(~caecilius@user/philopsos) (Ping timeout: 268 seconds)
2024-04-24 10:24:22 +0200lol_(~lol@2603:3016:1e01:b940:500c:2d35:d29f:521d)
2024-04-24 10:22:29 +0200sroso(~sroso@user/SrOso)
2024-04-24 10:20:28 +0200sord937(~sord937@gateway/tor-sasl/sord937)
2024-04-24 10:19:52 +0200sord937(~sord937@gateway/tor-sasl/sord937) (Remote host closed the connection)
2024-04-24 10:18:15 +0200sroso(~sroso@user/SrOso) (Read error: Connection reset by peer)
2024-04-24 10:09:01 +0200danza_(~francesco@151.57.237.5) (Read error: Connection reset by peer)
2024-04-24 10:08:04 +0200tzh_(~tzh@c-73-164-206-160.hsd1.or.comcast.net) (Quit: zzz)
2024-04-24 10:06:08 +0200machinedgod(~machinedg@d173-183-246-216.abhsia.telus.net)
2024-04-24 09:58:22 +0200 <probie> with only `fmap` and `pure`, the best you can do is `(b -> m c) -> (a -> m b) -> (a -> m (m c))`
2024-04-24 09:57:51 +0200 <probie> Yeah, you need (sans the Kleisli new type) `(.) :: (b -> m c) -> (a -> m b) -> (a -> m c)`, which is going to require monad
2024-04-24 09:55:59 +0200 <Inst> ah, i understand, applicative kleisli can't be categories, so they can't be arrows
2024-04-24 09:49:28 +0200 <Inst> yeah, you only need pure and fmap to do it
2024-04-24 09:48:08 +0200 <Inst> hmmm, could you treat the kleisli arrows as applicative?
2024-04-24 09:45:28 +0200sawilagar(~sawilagar@user/sawilagar)
2024-04-24 09:45:01 +0200 <Inst> the constraints are put in from instances, welp
2024-04-24 09:42:01 +0200trev(~trev@user/trev)
2024-04-24 09:41:53 +0200xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp)
2024-04-24 09:41:15 +0200xff0x(~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (Ping timeout: 260 seconds)
2024-04-24 09:39:55 +0200 <Inst> there's no monad constraint here
2024-04-24 09:39:53 +0200 <Inst> It's not a monad, it's simply a parameterized type
2024-04-24 09:39:47 +0200 <Inst> This... is incorrectly documented isn't it?
2024-04-24 09:39:40 +0200 <Inst> https://hackage.haskell.org/package/base-4.19.1.0/docs/src/Control.Arrow.html#Kleisli
2024-04-24 09:39:33 +0200 <Inst> wait
2024-04-24 09:36:57 +0200Square(~Square@user/square)
2024-04-24 09:36:20 +0200ft(~ft@p4fc2a20e.dip0.t-ipconnect.de) (Quit: leaving)
2024-04-24 09:34:53 +0200gfundler(~user@p5b0f39a4.dip0.t-ipconnect.de)