Logs: freenode/#haskell
| 2020-11-24 13:32:40 | <hekkaidekapus> | @index group |
| 2020-11-24 13:32:40 | <lambdabot> | GHC.OldList, Data.List, Data.ByteString.Lazy, Data.ByteString.Lazy.Char8, Data.ByteString, Data.ByteString.Char8 |
| 2020-11-24 13:32:48 | <ski> | i can't rightly comprehend how people can think |
| 2020-11-24 13:32:50 | <ski> | compress (x:xs) = x : (compress $ dropWhile (== x) xs) |
| 2020-11-24 13:32:56 | <ski> | is more reasonable than |
| 2020-11-24 13:33:01 | <ski> | compress (x:xs) = x : compress (dropWhile (== x) xs) |
| 2020-11-24 13:33:34 | × | royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
| 2020-11-24 13:33:35 | → | kuribas joins (~user@ptr-25vy0i9hk5zsklfgprx.18120a2.ip6.access.telenet.be) |
| 2020-11-24 13:33:58 | → | royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2020-11-24 13:34:01 | hekkaidekapus | wonders whether lambdabot is using the GHC 8.10 series. |
| 2020-11-24 13:34:11 | <geekosaur> | @version |
| 2020-11-24 13:34:11 | <lambdabot> | lambdabot 5.3.0.1 |
| 2020-11-24 13:34:11 | <lambdabot> | git clone https://github.com/lambdabot/lambdabot |
| 2020-11-24 13:34:19 | <geekosaur> | hm |
| 2020-11-24 13:34:30 | <geekosaur> | thought that also output ghc version |
| 2020-11-24 13:34:38 | <merijn> | > System.Info.compilerVersion |
| 2020-11-24 13:34:40 | <lambdabot> | error: |
| 2020-11-24 13:34:40 | <lambdabot> | Not in scope: ‘System.Info.compilerVersion’ |
| 2020-11-24 13:34:40 | <lambdabot> | No module named ‘System.Info’ is imported. |
| 2020-11-24 13:34:43 | <merijn> | aww |
| 2020-11-24 13:35:01 | <hekkaidekapus> | Because Data.List, when unqualified, spews warning under 8.10.x. |
| 2020-11-24 13:35:03 | <merijn> | @import System.Info |
| 2020-11-24 13:35:03 | <lambdabot> | Unknown command, try @list |
| 2020-11-24 13:35:13 | <merijn> | I forget how to add imports >.> |
| 2020-11-24 13:35:18 | <geekosaur> | yahb has 8.10 iirc |
| 2020-11-24 13:35:26 | × | hexfive quits (~hexfive@50-47-142-195.evrt.wa.frontiernet.net) (Quit: i must go. my people need me.) |
| 2020-11-24 13:35:27 | <merijn> | % System.Info.compilerVersion |
| 2020-11-24 13:35:28 | <yahb> | merijn: Version {versionBranch = [8,10], versionTags = []} |
| 2020-11-24 13:35:29 | <geekosaur> | @let import System.Info |
| 2020-11-24 13:35:31 | <lambdabot> | Defined. |
| 2020-11-24 13:35:36 | <merijn> | > System.Info.compilerVersion |
| 2020-11-24 13:35:39 | <lambdabot> | Version {versionBranch = [8,10], versionTags = []} |
| 2020-11-24 13:35:42 | <merijn> | There you go |
| 2020-11-24 13:35:53 | <hekkaidekapus> | % head [1] |
| 2020-11-24 13:35:54 | <yahb> | hekkaidekapus: 1 |
| 2020-11-24 13:36:35 | <hekkaidekapus> | % -set -Wall |
| 2020-11-24 13:36:36 | <yahb> | hekkaidekapus: ; <interactive>:60:7: error:; * Data constructor not in scope: Wall :: ASetter s t a b -> b -> s -> t; * Perhaps you meant one of these: variable `all' (imported from Prelude), variable `BSL.all' (imported from Data.ByteString.Lazy), variable `BS.all' (imported from Data.ByteString) |
| 2020-11-24 13:36:43 | <hekkaidekapus> | % :set -Wall |
| 2020-11-24 13:36:43 | <yahb> | hekkaidekapus: |
| 2020-11-24 13:36:48 | <hekkaidekapus> | % head [1] |
| 2020-11-24 13:36:48 | <yahb> | hekkaidekapus: ; <interactive>:62:1: warning: [-Wtype-defaults]; * Defaulting the following constraints to type `Integer'; (Show a0) arising from a use of `print' at <interactive>:62:1-8; (Num a0) arising from a use of `it' at <interactive>:62:1-8; * In a stmt of an interactive GHCi command: print it; 1 |
| 2020-11-24 13:37:20 | <hekkaidekapus> | % :q |
| 2020-11-24 13:37:21 | <yahb> | hekkaidekapus: |
| 2020-11-24 13:38:28 | × | royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 246 seconds) |
| 2020-11-24 13:39:48 | × | jchia__ quits (~jchia@45.32.62.73) (Remote host closed the connection) |
| 2020-11-24 13:40:58 | → | jchia__ joins (~jchia@45.32.62.73) |
| 2020-11-24 13:41:27 | × | mpereira quits (~mpereira@2a02:810d:f40:d96:f587:a442:5e3:1e55) (Ping timeout: 260 seconds) |
| 2020-11-24 13:41:27 | → | woodpecker-with- joins (3e0497aa@62.4.151.170) |
| 2020-11-24 13:42:28 | × | jchia__ quits (~jchia@45.32.62.73) (Remote host closed the connection) |
| 2020-11-24 13:42:57 | × | ericsagn1 quits (~ericsagne@2405:6580:0:5100:b274:8c51:102c:8ca9) (Ping timeout: 260 seconds) |
| 2020-11-24 13:43:22 | → | adm_ joins (~adm@43.229.88.197) |
| 2020-11-24 13:43:23 | → | jchia__ joins (~jchia@58.32.37.146) |
| 2020-11-24 13:43:27 | → | fendor_ joins (~fendor@178.165.130.67.wireless.dyn.drei.com) |
| 2020-11-24 13:43:44 | × | texasmynsted quits (~texasmyns@212.102.44.39) (Remote host closed the connection) |
| 2020-11-24 13:43:53 | → | st8less joins (~st8less@2603:a060:11fd:0:b11b:e5d8:ecef:8990) |
| 2020-11-24 13:44:20 | → | texasmynsted joins (~texasmyns@212.102.44.39) |
| 2020-11-24 13:44:22 | × | drbean quits (~drbean@TC210-63-209-208.static.apol.com.tw) (Ping timeout: 272 seconds) |
| 2020-11-24 13:44:52 | × | mmfood quits (~mmfood@81-232-132-159-no64.tbcn.telia.com) (Quit: Leaving) |
| 2020-11-24 13:45:16 | → | Iceland_jack joins (~user@31.124.48.169) |
| 2020-11-24 13:46:00 | → | raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2020-11-24 13:46:01 | × | fendor quits (~fendor@91.141.0.31.wireless.dyn.drei.com) (Ping timeout: 265 seconds) |
| 2020-11-24 13:47:04 | → | bergey joins (~user@pool-74-108-99-127.nycmny.fios.verizon.net) |
| 2020-11-24 13:47:27 | → | ClaudiusMaximus joins (~claude@198.123.199.146.dyn.plus.net) |
| 2020-11-24 13:47:45 | × | ClaudiusMaximus quits (~claude@198.123.199.146.dyn.plus.net) (Changing host) |
| 2020-11-24 13:47:45 | → | ClaudiusMaximus joins (~claude@unaffiliated/claudiusmaximus) |
| 2020-11-24 13:47:47 | × | jelleke quits (~jelle@2a01:7c8:aac1:50d:5054:ff:fe3b:9b7d) (Quit: WeeChat 1.6) |
| 2020-11-24 13:49:00 | × | texasmynsted quits (~texasmyns@212.102.44.39) (Ping timeout: 260 seconds) |
| 2020-11-24 13:49:59 | × | elfets quits (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Quit: Leaving) |
| 2020-11-24 13:52:20 | × | cfricke quits (~cfricke@unaffiliated/cfricke) (Quit: WeeChat 2.9) |
| 2020-11-24 13:52:33 | × | cosimone quits (~cosimone@2001:b07:ae5:db26:d849:743b:370b:b3cd) (Remote host closed the connection) |
| 2020-11-24 13:52:55 | → | cosimone joins (~cosimone@2001:b07:ae5:db26:d849:743b:370b:b3cd) |
| 2020-11-24 13:54:23 | × | st8less quits (~st8less@2603:a060:11fd:0:b11b:e5d8:ecef:8990) (Ping timeout: 272 seconds) |
| 2020-11-24 14:01:05 | → | st8less joins (~st8less@2603:a060:11fd:0:b11b:e5d8:ecef:8990) |
| 2020-11-24 14:01:06 | × | gxt quits (~gxt@gateway/tor-sasl/gxt) (Remote host closed the connection) |
| 2020-11-24 14:01:06 | → | gxt joins (~gxt@gateway/tor-sasl/gxt) |
| 2020-11-24 14:01:06 | × | thevishy quits (~Nishant@103.210.43.91) (Quit: Leaving) |
| 2020-11-24 14:01:15 | × | cosimone quits (~cosimone@2001:b07:ae5:db26:d849:743b:370b:b3cd) (Remote host closed the connection) |
| 2020-11-24 14:01:32 | → | hyperisco joins (~hyperisco@d192-186-117-226.static.comm.cgocable.net) |
| 2020-11-24 14:01:37 | → | cosimone joins (~cosimone@2001:b07:ae5:db26:d849:743b:370b:b3cd) |
| 2020-11-24 14:02:23 | → | cr3 joins (~cr3@192-222-143-195.qc.cable.ebox.net) |
| 2020-11-24 14:03:00 | hackage | prolude 0.0.0.11 - ITProTV's custom prelude https://hackage.haskell.org/package/prolude-0.0.0.11 (saramuse) |
| 2020-11-24 14:03:56 | × | woodpecker-with- quits (3e0497aa@62.4.151.170) (Remote host closed the connection) |
| 2020-11-24 14:05:56 | → | mpereira joins (~mpereira@2a02:810d:f40:d96:f587:a442:5e3:1e55) |
| 2020-11-24 14:06:36 | × | pie_ quits (~pie_bnc]@unaffiliated/pie-/x-0787662) (Ping timeout: 240 seconds) |
| 2020-11-24 14:06:36 | × | vancz quits (~vancz@unaffiliated/vancz) (Ping timeout: 240 seconds) |
| 2020-11-24 14:08:27 | × | cosimone quits (~cosimone@2001:b07:ae5:db26:d849:743b:370b:b3cd) (Remote host closed the connection) |
| 2020-11-24 14:09:46 | × | adm_ quits (~adm@43.229.88.197) (Remote host closed the connection) |
| 2020-11-24 14:10:07 | → | adm_ joins (~adm@43.229.88.197) |
| 2020-11-24 14:10:28 | → | royal_screwup21 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2020-11-24 14:10:34 | → | vancz joins (~vancz@unaffiliated/vancz) |
| 2020-11-24 14:10:34 | → | pie_ joins (~pie_bnc]@unaffiliated/pie-/x-0787662) |
| 2020-11-24 14:11:44 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:6150:c6af:125a:9cae) |
| 2020-11-24 14:14:45 | × | royal_screwup21 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 240 seconds) |
| 2020-11-24 14:16:03 | <dminuoso> | Im converting a file into a tree by parsing line-by-line. The knowledge where the next node goes comes from ambient state, is there a general trick for building a tree like that? Just have some `data Tree = Tree (IORef [Tree])` that I walk around and attach nodes at the right spots? |
| 2020-11-24 14:19:06 | <merijn> | dminuoso: ooh...lemme know when you figure it out, I have a similar-ish problem :p |
| 2020-11-24 14:21:01 | hackage | quickcheck-arbitrary-template 0.2.1.1 - Generate QuickCheck Gen for Sum Types https://hackage.haskell.org/package/quickcheck-arbitrary-template-0.2.1.1 (mchaver) |
| 2020-11-24 14:24:12 | → | elfets joins (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) |
| 2020-11-24 14:24:36 | → | texasmynsted joins (~texasmyns@212.102.44.39) |
| 2020-11-24 14:24:37 | <dminuoso> | https://hackage.haskell.org/package/uniplate-1.6.13/docs/Data-Generics-Uniplate-Zipper.html |
| 2020-11-24 14:24:44 | <ski> | what's the traversal order for serializing the tree ? |
All times are in UTC.