Home freenode/#haskell: Logs Calendar

Logs: freenode/#haskell

←Prev  Next→
Page 1 .. 869 870 871 872 873 874 875 876 877 878 879 .. 5022
502,152 events total
2020-10-26 12:15:14 vacm joins (~vacwm@70.23.92.191)
2020-10-26 12:15:23 geekosaur joins (82659a09@host154-009.vpn.uakron.edu)
2020-10-26 12:16:57 × mimi_vx quits (~mimi@2a01:490:16:1026:f9ef:15f1:410b:ee8a) (Ping timeout: 260 seconds)
2020-10-26 12:17:03 bahamas joins (~lucian@unaffiliated/bahamas)
2020-10-26 12:18:27 hackage tree-monad 0.3.1 - Non-Determinism Monad for Tree Search https://hackage.haskell.org/package/tree-monad-0.3.1 (nbu)
2020-10-26 12:18:48 <Uniaika> ah, finally!
2020-10-26 12:18:58 <Uniaika> poor thing was left unmaintained :(
2020-10-26 12:19:22 × heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 260 seconds)
2020-10-26 12:19:24 × hyiltiz quits (~quassel@unaffiliated/hyiltiz) (Ping timeout: 272 seconds)
2020-10-26 12:19:27 hackage parallel-tree-search 0.4.2 - Parallel Tree Search https://hackage.haskell.org/package/parallel-tree-search-0.4.2 (nbu)
2020-10-26 12:21:57 × knupfer quits (~Thunderbi@200116b82c2f8c00adf6cf92f38ce662.dip.versatel-1u1.de) (Remote host closed the connection)
2020-10-26 12:22:05 knupfer joins (~Thunderbi@200116b82c2f8c00b8aa36f230102aa4.dip.versatel-1u1.de)
2020-10-26 12:22:05 Eramdam1 joins (~Eramdam@195.140.213.38)
2020-10-26 12:22:11 × cosimone quits (~cosimone@2001:b07:ae5:db26:d849:743b:370b:b3cd) (Quit: cosimone)
2020-10-26 12:22:23 solonarv joins (~solonarv@astrasbourg-552-1-23-6.w90-13.abo.wanadoo.fr)
2020-10-26 12:23:25 × renzhi quits (~renzhi@modemcable070.17-177-173.mc.videotron.ca) (Ping timeout: 240 seconds)
2020-10-26 12:25:55 × cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 240 seconds)
2020-10-26 12:26:42 chaosmasttter joins (~chaosmast@p200300c4a73c460118080c3b2ced1444.dip0.t-ipconnect.de)
2020-10-26 12:27:02 × Stanley00 quits (~stanley00@unaffiliated/stanley00) (Remote host closed the connection)
2020-10-26 12:27:52 acidjnk_new joins (~acidjnk@p200300d0c7237822f9c109cfb48a3b3a.dip0.t-ipconnect.de)
2020-10-26 12:30:21 × polyrain quits (~polyrain@2001:8003:e501:6901:15fa:5e4:342f:f38b) (Quit: My MacBook has gone to sleep. ZZZzzz…)
2020-10-26 12:31:19 × pjb quits (~t@2a01cb04063ec50021ccf25e922e3d24.ipv6.abo.wanadoo.fr) (Ping timeout: 272 seconds)
2020-10-26 12:33:07 × fendor quits (~fendor@078132040188.public.t-mobile.at) (Ping timeout: 246 seconds)
2020-10-26 12:34:27 brisbin joins (~patrick@pool-173-49-158-4.phlapa.fios.verizon.net)
2020-10-26 12:34:56 × danza quits (~francesco@151.53.69.61) (Quit: Leaving)
2020-10-26 12:36:54 djellemah joins (~djellemah@2601:5c2:100:96c:e008:b638:39fe:6a54)
2020-10-26 12:39:00 nbloomf joins (~nbloomf@2600:1700:ad14:3020:11fa:8a2c:98fd:107)
2020-10-26 12:39:10 unlink2 joins (~unlink2@p5b088fe0.dip0.t-ipconnect.de)
2020-10-26 12:40:02 × GyroW quits (~GyroW@unaffiliated/gyrow) (Quit: Someone ate my pie)
2020-10-26 12:40:20 GyroW joins (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be)
2020-10-26 12:40:21 × GyroW quits (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) (Changing host)
2020-10-26 12:40:21 GyroW joins (~GyroW@unaffiliated/gyrow)
2020-10-26 12:42:42 × idhugo_ quits (~idhugo@users-1190.st.net.au.dk) (Ping timeout: 265 seconds)
2020-10-26 12:43:13 thblt joins (~thblt@unaffiliated/thblt)
2020-10-26 12:43:31 mimi1vx joins (~mimi@tulipan.habr.nat.praha12.net)
2020-10-26 12:44:21 <thblt> Stupid obvious question: in a monad transformer stack, an action running in the transformer have access, through lifting, to all the monads in the stack, right?
2020-10-26 12:44:58 hackage ukrainian-phonetics-basic 0.1.4.0 - A library to work with the basic Ukrainian phonetics and syllable segmentation. https://hackage.haskell.org/package/ukrainian-phonetics-basic-0.1.4.0 (OleksandrZhabenko)
2020-10-26 12:45:27 <dminuoso> thblt: Right
2020-10-26 12:45:33 <thblt> For context, I'm trying to implement a simple guessing game as a ReaderT GameConf (StateT GameState IO)
2020-10-26 12:45:37 <thblt> dminuoso: thanks!
2020-10-26 12:45:38 <dminuoso> Assuming all transformers have an instance MonadTrans of course.
2020-10-26 12:46:24 × p8m quits (p8m@gateway/vpn/protonvpn/p8m) (Ping timeout: 256 seconds)
2020-10-26 12:47:16 p8m joins (p8m@gateway/vpn/protonvpn/p8m)
2020-10-26 12:49:25 carlomagno joins (~cararell@148.87.23.7)
2020-10-26 12:49:25 × carlomagno1 quits (~cararell@148.87.23.8) (Remote host closed the connection)
2020-10-26 12:49:47 × unlink2 quits (~unlink2@p5b088fe0.dip0.t-ipconnect.de) (Remote host closed the connection)
2020-10-26 12:53:04 unlink2 joins (~unlink2@p5b088fe0.dip0.t-ipconnect.de)
2020-10-26 12:53:16 texasmynsted joins (~texasmyns@99.96.221.112)
2020-10-26 12:54:05 fendor joins (~fendor@078132040188.public.t-mobile.at)
2020-10-26 12:54:21 polyrain joins (~polyrain@2001:8003:e501:6901:15fa:5e4:342f:f38b)
2020-10-26 12:54:32 acarrico joins (~acarrico@dhcp-68-142-39-249.greenmountainaccess.net)
2020-10-26 12:56:46 firstlove joins (~firstlove@58.246.122.242)
2020-10-26 12:57:03 hyperisco joins (~hyperisco@d192-186-117-226.static.comm.cgocable.net)
2020-10-26 12:57:15 Gurkenglas joins (~Gurkengla@unaffiliated/gurkenglas)
2020-10-26 13:01:28 hackage Cabal 3.2.1.0 - A framework for packaging Haskell software https://hackage.haskell.org/package/Cabal-3.2.1.0 (phadej)
2020-10-26 13:02:46 cr3 joins (~cr3@192-222-143-195.qc.cable.ebox.net)
2020-10-26 13:04:02 × damianfral3 quits (~damianfra@25.red-176-87-152.dynamicip.rima-tde.net) (Ping timeout: 256 seconds)
2020-10-26 13:05:09 × nbloomf quits (~nbloomf@2600:1700:ad14:3020:11fa:8a2c:98fd:107) (Quit: Textual IRC Client: www.textualapp.com)
2020-10-26 13:06:21 × texasmynsted quits (~texasmyns@99.96.221.112) (Remote host closed the connection)
2020-10-26 13:08:16 texasmynsted joins (~texasmyns@99.96.221.112)
2020-10-26 13:08:26 × kish` quits (~oracle@unaffiliated/oracle) (Remote host closed the connection)
2020-10-26 13:09:00 kish joins (~oracle@unaffiliated/oracle)
2020-10-26 13:09:15 idhugo_ joins (~idhugo@users-1190.st.net.au.dk)
2020-10-26 13:09:49 × Rudd0 quits (~Rudd0@185.189.115.98) (Ping timeout: 264 seconds)
2020-10-26 13:11:37 × jespada quits (~jespada@90.254.243.98) (Ping timeout: 264 seconds)
2020-10-26 13:14:24 jespada joins (~jespada@90.254.243.98)
2020-10-26 13:17:23 × alp quits (~alp@2a01:e0a:58b:4920:f086:ff9a:6c6d:3208) (Remote host closed the connection)
2020-10-26 13:17:44 alp joins (~alp@2a01:e0a:58b:4920:d8fc:ce2e:32c7:335a)
2020-10-26 13:18:01 plutoniix joins (~q@ppp-27-55-83-145.revip3.asianet.co.th)
2020-10-26 13:22:14 × texasmynsted quits (~texasmyns@99.96.221.112) (Remote host closed the connection)
2020-10-26 13:23:48 thir joins (~thir@p200300f27f0b7e004c18ab60065ea01b.dip0.t-ipconnect.de)
2020-10-26 13:24:57 hackage githash 0.1.5.0 - Compile git revision info into Haskell projects https://hackage.haskell.org/package/githash-0.1.5.0 (MichaelSnoyman)
2020-10-26 13:25:39 hyiltiz joins (~quassel@82.118.227.47)
2020-10-26 13:25:39 × hyiltiz quits (~quassel@82.118.227.47) (Changing host)
2020-10-26 13:25:39 hyiltiz joins (~quassel@unaffiliated/hyiltiz)
2020-10-26 13:27:55 × thir quits (~thir@p200300f27f0b7e004c18ab60065ea01b.dip0.t-ipconnect.de) (Ping timeout: 240 seconds)
2020-10-26 13:30:10 × GyroW quits (~GyroW@unaffiliated/gyrow) (Quit: Someone ate my pie)
2020-10-26 13:30:20 GyroW joins (~GyroW@d54C03E98.access.telenet.be)
2020-10-26 13:30:20 × GyroW quits (~GyroW@d54C03E98.access.telenet.be) (Changing host)
2020-10-26 13:30:20 GyroW joins (~GyroW@unaffiliated/gyrow)
2020-10-26 13:32:05 texasmynsted joins (~texasmyns@99.96.221.112)
2020-10-26 13:32:25 × hyiltiz quits (~quassel@unaffiliated/hyiltiz) (Ping timeout: 240 seconds)
2020-10-26 13:32:33 akad joins (~akad@109107030050.radomsko.vectranet.pl)
2020-10-26 13:33:38 × kish quits (~oracle@unaffiliated/oracle) (Remote host closed the connection)
2020-10-26 13:33:45 × bahamas quits (~lucian@unaffiliated/bahamas) (Ping timeout: 240 seconds)
2020-10-26 13:34:02 × akad quits (~akad@109107030050.radomsko.vectranet.pl) (Client Quit)
2020-10-26 13:34:14 × geekosaur quits (82659a09@host154-009.vpn.uakron.edu) (Remote host closed the connection)
2020-10-26 13:34:18 akad joins (~akad@109107030050.radomsko.vectranet.pl)
2020-10-26 13:34:36 × knupfer quits (~Thunderbi@200116b82c2f8c00b8aa36f230102aa4.dip.versatel-1u1.de) (Ping timeout: 244 seconds)
2020-10-26 13:36:51 kish joins (~oracle@unaffiliated/oracle)
2020-10-26 13:37:49 × alp quits (~alp@2a01:e0a:58b:4920:d8fc:ce2e:32c7:335a) (Ping timeout: 272 seconds)
2020-10-26 13:37:49 × texasmynsted quits (~texasmyns@99.96.221.112) (Remote host closed the connection)
2020-10-26 13:40:05 × is_null quits (~jpic@pdpc/supporter/professional/is-null) (Remote host closed the connection)
2020-10-26 13:43:17 × drbean quits (~drbean@TC210-63-209-141.static.apol.com.tw) (Ping timeout: 260 seconds)
2020-10-26 13:44:11 knupfer joins (~Thunderbi@i59F7FFDF.versanet.de)
2020-10-26 13:44:52 tito_04 joins (~taurux@net-93-146-109-245.cust.vodafonedsl.it)
2020-10-26 13:45:02 Sgeo joins (~Sgeo@ool-18b982ad.dyn.optonline.net)
2020-10-26 13:45:14 × taurux quits (~taurux@net-188-152-69-27.cust.dsl.teletu.it) (Ping timeout: 260 seconds)
2020-10-26 13:53:06 Amras joins (~Amras@unaffiliated/amras0000)
2020-10-26 13:54:03 texasmynsted joins (~texasmyns@99.96.221.112)

All times are in UTC.