2025/01/08

Newest at the top

2025-01-08 22:54:52 +0100 <lambdabot> "no"
2025-01-08 22:54:51 +0100 <mauke> > fst $ do ("no", "harm")
2025-01-08 22:54:24 +0100 <hc> EvanR: thanks also, I prefer first over <$> in this case :) I vaguely remember there used to be some arrow functions
2025-01-08 22:53:50 +0100 <hc> glguy: Thanks, I used first, works
2025-01-08 22:52:33 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) (Remote host closed the connection)
2025-01-08 22:52:32 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) ThePenguin
2025-01-08 22:52:29 +0100merijn(~merijn@128-137-045-062.dynamic.caiway.nl) merijn
2025-01-08 22:51:59 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) (Remote host closed the connection)
2025-01-08 22:51:55 +0100tromp(~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl)
2025-01-08 22:51:49 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) ThePenguin
2025-01-08 22:51:17 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) (Remote host closed the connection)
2025-01-08 22:51:17 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) ThePenguin
2025-01-08 22:50:40 +0100weary-traveler(~user@user/user363627) (Ping timeout: 252 seconds)
2025-01-08 22:48:59 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) (Remote host closed the connection)
2025-01-08 22:48:50 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) ThePenguin
2025-01-08 22:48:18 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) (Remote host closed the connection)
2025-01-08 22:48:09 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) ThePenguin
2025-01-08 22:47:34 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) (Remote host closed the connection)
2025-01-08 22:47:24 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) ThePenguin
2025-01-08 22:46:33 +0100user363627(~user@user/user363627) user363627
2025-01-08 22:46:08 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) (Remote host closed the connection)
2025-01-08 22:45:58 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) ThePenguin
2025-01-08 22:45:25 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) (Remote host closed the connection)
2025-01-08 22:45:16 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) ThePenguin
2025-01-08 22:44:43 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) (Remote host closed the connection)
2025-01-08 22:44:42 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) ThePenguin
2025-01-08 22:43:55 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) (Remote host closed the connection)
2025-01-08 22:43:46 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) ThePenguin
2025-01-08 22:43:37 +0100 <lambdabot> (1,0)
2025-01-08 22:43:35 +0100 <mauke> > over _1 (+1) (0,0)
2025-01-08 22:43:12 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) (Remote host closed the connection)
2025-01-08 22:43:03 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) ThePenguin
2025-01-08 22:42:50 +0100JuanDaugherty(~juan@user/JuanDaugherty) (Quit: JuanDaugherty)
2025-01-08 22:42:28 +0100ThePenguin(~ThePengui@cust-95-80-24-166.csbnet.se) (Remote host closed the connection)
2025-01-08 22:42:28 +0100 <hololeap> well, it looks like discourse is at least foss (https://github.com/discourse/discourse)
2025-01-08 22:41:39 +0100michalz(~michalz@185.246.207.221) (Remote host closed the connection)
2025-01-08 22:41:35 +0100 <hololeap> I see
2025-01-08 22:40:41 +0100 <EvanR> the operator is <$>
2025-01-08 22:40:30 +0100 <lambdabot> (0,1)
2025-01-08 22:40:29 +0100 <EvanR> > fmap (+1) (0,0)
2025-01-08 22:40:17 +0100 <EvanR> hc, if you are not picky about the 1st or 2nd element, there's fmap, which applies to the 2nd
2025-01-08 22:39:41 +0100 <mauke> jeff atwood
2025-01-08 22:39:05 +0100 <hololeap> mauke: jeffware?
2025-01-08 22:37:48 +0100 <glguy> You could use first: https://hackage.haskell.org/package/base-4.21.0.0/docs/Data-Bifunctor.html#t:Bifunctor
2025-01-08 22:37:06 +0100 <hc> (using haskell first day after long while) what's the operator again that applies a function to the 1st element of a tuple and keeps the 2nd element untouched?
2025-01-08 22:34:47 +0100 <mauke> Discourse is jeffware
2025-01-08 22:33:43 +0100 <hololeap> it's the closest thing to an official haskell forum that I know of
2025-01-08 22:31:44 +0100jespada(~jespada@2800:a4:113:8c00:655c:4889:ada3:2b47) (Quit: My Mac has gone to sleep. ZZZzzz…)
2025-01-08 22:31:01 +0100 <hc> Discourse is neither free nor distributed, is it?
2025-01-08 22:30:39 +0100 <hc> Leary: Thanks! Much simpler :)