Logs: liberachat/#haskell
| 2021-06-27 00:41:57 | × | betelgeuse quits (~john2gb@94-225-47-8.access.telenet.be) (Read error: Connection reset by peer) |
| 2021-06-27 00:43:35 | × | Feuermagier quits (~Feuermagi@user/feuermagier) (Ping timeout: 250 seconds) |
| 2021-06-27 00:44:20 | → | betelgeuse joins (~john2gb@94-225-47-8.access.telenet.be) |
| 2021-06-27 00:49:45 | × | betelgeuse quits (~john2gb@94-225-47-8.access.telenet.be) (Read error: Connection reset by peer) |
| 2021-06-27 00:50:04 | <qrpnxz> | importing category is really annoying because of (.) in the prelude, why isn't category in the prelude |
| 2021-06-27 00:50:26 | × | jlombera quits (~jlombera@187.177.181.166) (Quit: WeeChat 3.2) |
| 2021-06-27 00:50:33 | <qrpnxz> | well ig you can just use <<< nvm |
| 2021-06-27 00:51:21 | → | betelgeuse joins (~john2gb@94-225-47-8.access.telenet.be) |
| 2021-06-27 00:51:27 | → | pavonia joins (~user@user/siracusa) |
| 2021-06-27 00:53:40 | × | betelgeuse quits (~john2gb@94-225-47-8.access.telenet.be) (Client Quit) |
| 2021-06-27 00:54:37 | → | falafel joins (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) |
| 2021-06-27 00:58:20 | → | myShoggoth joins (~myShoggot@75.164.29.44) |
| 2021-06-27 01:00:50 | → | MorrowM joins (~MorrowM_@147.161.12.168) |
| 2021-06-27 01:04:36 | × | Morrow quits (~MorrowM_@147.161.12.168) (Ping timeout: 272 seconds) |
| 2021-06-27 01:07:20 | × | MorrowM quits (~MorrowM_@147.161.12.168) (Read error: Connection reset by peer) |
| 2021-06-27 01:07:37 | × | yauhsien quits (~yauhsien@61-231-57-141.dynamic-ip.hinet.net) (Remote host closed the connection) |
| 2021-06-27 01:07:52 | → | Morrow joins (~MorrowM_@147.161.12.168) |
| 2021-06-27 01:07:55 | → | neurocyte578 joins (~neurocyte@94.46.64.65) |
| 2021-06-27 01:07:55 | × | neurocyte578 quits (~neurocyte@94.46.64.65) (Changing host) |
| 2021-06-27 01:07:55 | → | neurocyte578 joins (~neurocyte@user/neurocyte) |
| 2021-06-27 01:09:05 | → | aplainzetakind joins (~johndoe@captainludd.powered.by.lunarbnc.net) |
| 2021-06-27 01:10:32 | × | neurocyte57 quits (~neurocyte@user/neurocyte) (Ping timeout: 265 seconds) |
| 2021-06-27 01:10:32 | neurocyte578 | is now known as neurocyte57 |
| 2021-06-27 01:19:11 | <qrpnxz> | dang, id also clashes |
| 2021-06-27 01:19:13 | <qrpnxz> | terrible |
| 2021-06-27 01:19:25 | × | acarrico quits (~acarrico@dhcp-68-142-39-249.greenmountainaccess.net) (Ping timeout: 272 seconds) |
| 2021-06-27 01:19:43 | × | Deide quits (~Deide@user/deide) (Quit: Seeee yaaaa) |
| 2021-06-27 01:23:01 | × | xff0x quits (~xff0x@2001:1a81:5302:7b00:a26f:1df0:afaa:6dfd) (Ping timeout: 250 seconds) |
| 2021-06-27 01:23:45 | <yushyin> | qrpnxz: you can hide some imports from prelude e.g. import Prelude hiding (id, (.)) |
| 2021-06-27 01:24:30 | <qrpnxz> | idk how to do that in ghci. Regardless i think cat in prelude would be better no? |
| 2021-06-27 01:24:57 | → | xff0x joins (~xff0x@2001:1a81:533e:6d00:fca2:116b:2879:8d6d) |
| 2021-06-27 01:26:28 | <janus> | % set -XNoImplicitPrelude |
| 2021-06-27 01:26:28 | <yahb> | janus: ; <interactive>:109:6: error:; * Data constructor not in scope: XNoImplicitPrelude :: ASetter s t a b -> b -> s -> t; * Perhaps you meant `ImplicitPrelude' (imported from Language.Haskell.TH) |
| 2021-06-27 01:26:59 | <janus> | % :set -XNoImplicitPrelude |
| 2021-06-27 01:26:59 | <yahb> | janus: |
| 2021-06-27 01:27:31 | <janus> | qrpnxz: yahb is ghci, so if it works here... |
| 2021-06-27 01:28:00 | × | Morrow quits (~MorrowM_@147.161.12.168) (Read error: Connection reset by peer) |
| 2021-06-27 01:28:29 | → | sheepduck joins (~sheepduck@cpe98524a8cef7c-cm98524a8cef7a.cpe.net.cable.rogers.com) |
| 2021-06-27 01:28:54 | × | jespada quits (~jespada@90.254.247.46) (Ping timeout: 265 seconds) |
| 2021-06-27 01:29:16 | <qrpnxz> | unfortunately i also have the problem that i keep having to import the universe every time i want to play around, so if i do that I'll have to import even more stuff probably, but maybe it'll be around the same |
| 2021-06-27 01:29:36 | → | jespada joins (~jespada@90.254.247.46) |
| 2021-06-27 01:30:18 | <qrpnxz> | and it still clashes with Data.Function, so i have to especially import that as well |
| 2021-06-27 01:31:57 | <qrpnxz> | I can't even do the hiding syntax with :m + 😩️ |
| 2021-06-27 01:32:07 | <yushyin> | you can create a cabal project with a single source file, where you import/hide all you want and start a repl with that source file |
| 2021-06-27 01:32:09 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-06-27 01:32:13 | <qrpnxz> | was just about to say lol |
| 2021-06-27 01:32:17 | <qrpnxz> | gonna have to do that |
| 2021-06-27 01:32:35 | × | sheepduck quits (~sheepduck@cpe98524a8cef7c-cm98524a8cef7a.cpe.net.cable.rogers.com) (Client Quit) |
| 2021-06-27 01:32:52 | <nshepperd> | i have a big pile of imports in ~/.ghci |
| 2021-06-27 01:32:55 | <geekosaur> | you can also use import syntax in ghci |
| 2021-06-27 01:33:13 | <geekosaur> | :m predates that |
| 2021-06-27 01:34:44 | <qrpnxz> | is .ghci just a file that gets loaded every time |
| 2021-06-27 01:34:52 | → | sheepduck joins (~sheepduck@user/sheepduck) |
| 2021-06-27 01:34:53 | <geekosaur> | yes |
| 2021-06-27 01:35:21 | <geekosaur> | https://downloads.haskell.org/ghc/latest/docs/html/users_guide/ghci.html#the-ghci-and-haskeline-files |
| 2021-06-27 01:35:21 | <qrpnxz> | cool i'll put it there then thx |
| 2021-06-27 01:38:46 | × | myShoggoth quits (~myShoggot@75.164.29.44) (Ping timeout: 252 seconds) |
| 2021-06-27 01:39:02 | → | n283 joins (~jaredm@c-98-219-195-163.hsd1.pa.comcast.net) |
| 2021-06-27 01:39:11 | × | sheepduck quits (~sheepduck@user/sheepduck) (Client Quit) |
| 2021-06-27 01:40:50 | → | pretty_dumm_guy joins (trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655) |
| 2021-06-27 01:43:22 | → | warnz joins (~warnz@104-55-100-55.lightspeed.lsvlky.sbcglobal.net) |
| 2021-06-27 01:43:59 | × | xkuru quits (~xkuru@user/xkuru) (Read error: Connection reset by peer) |
| 2021-06-27 01:45:54 | → | stevenxl joins (~stevenlei@174.128.182.86) |
| 2021-06-27 01:50:43 | × | berberman quits (~berberman@user/berberman) (Ping timeout: 246 seconds) |
| 2021-06-27 01:50:50 | × | waleee quits (~waleee@2001:9b0:216:8200:d457:9189:7843:1dbd) (Ping timeout: 272 seconds) |
| 2021-06-27 01:51:05 | × | stevenxl quits (~stevenlei@174.128.182.86) (Ping timeout: 272 seconds) |
| 2021-06-27 01:51:48 | → | berberman joins (~berberman@user/berberman) |
| 2021-06-27 01:52:04 | × | _________ quits (~nobody@user//x-7881368) (Ping timeout: 252 seconds) |
| 2021-06-27 01:57:55 | <qrpnxz> | #haskellmoment https://termbin.com/obf5 |
| 2021-06-27 01:58:18 | → | pfurla joins (~pfurla@ool-182ed2e2.dyn.optonline.net) |
| 2021-06-27 02:00:42 | → | bilegeek joins (~bilegeek@2600:1008:b015:3e96:6f34:1a42:6ac5:3b86) |
| 2021-06-27 02:00:43 | × | pfurla_ quits (~pfurla@216.131.83.76) (Ping timeout: 250 seconds) |
| 2021-06-27 02:05:32 | → | mpt joins (~tom@2a02:908:1862:49e0::6) |
| 2021-06-27 02:06:14 | × | warnz quits (~warnz@104-55-100-55.lightspeed.lsvlky.sbcglobal.net) (Remote host closed the connection) |
| 2021-06-27 02:06:16 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds) |
| 2021-06-27 02:06:27 | <qrpnxz> | looks like ghci can even pull some data structures, but not data.vector |
| 2021-06-27 02:16:45 | × | mpt quits (~tom@2a02:908:1862:49e0::6) (Ping timeout: 250 seconds) |
| 2021-06-27 02:20:24 | → | _________ joins (~nobody@user//x-7881368) |
| 2021-06-27 02:24:47 | → | stevenxl joins (~stevenlei@174.128.182.184) |
| 2021-06-27 02:25:01 | × | hrnz quits (~ulli@irc.plumbing) (Quit: das ist mir zu bld hier; bb) |
| 2021-06-27 02:25:23 | → | hrnz joins (~ulli@irc.plumbing) |
| 2021-06-27 02:27:05 | <jophish> | <qrpnxz "#haskellmoment https://termbin.c"> hahahaha |
| 2021-06-27 02:27:19 | <qrpnxz> | 😁️ |
| 2021-06-27 02:29:22 | × | stevenxl quits (~stevenlei@174.128.182.184) (Ping timeout: 252 seconds) |
| 2021-06-27 02:30:45 | × | hegstal quits (~hegstal@2a02:c7f:7604:8a00:1f42:2755:1fbb:af5c) (Remote host closed the connection) |
| 2021-06-27 02:31:08 | × | cheater quits (~Username@user/cheater) (Ping timeout: 244 seconds) |
| 2021-06-27 02:31:38 | → | cheater joins (~Username@user/cheater) |
| 2021-06-27 02:31:56 | × | pretty_dumm_guy quits (trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655) (Quit: WeeChat 3.3-dev) |
| 2021-06-27 02:32:36 | → | finn_elija joins (~finn_elij@user/finn-elija/x-0085643) |
| 2021-06-27 02:32:36 | × | FinnElija quits (~finn_elij@user/finn-elija/x-0085643) (Killed (cadmium.libera.chat (Nickname regained by services))) |
| 2021-06-27 02:32:36 | finn_elija | is now known as FinnElija |
| 2021-06-27 02:35:42 | × | HarveyPwca quits (~HarveyPwc@2601:246:c180:a570:29df:3b00:ad0e:3a06) (Quit: Leaving) |
| 2021-06-27 02:36:08 | → | myShoggoth joins (~myShoggot@75.164.29.44) |
| 2021-06-27 02:38:59 | × | falafel quits (~falafel@pool-96-255-70-50.washdc.fios.verizon.net) (Ping timeout: 265 seconds) |
| 2021-06-27 02:39:34 | <shachaf> | Matrix replies in IRC are the worst. I really wish they'd disable it or people stopped doing it. |
| 2021-06-27 02:41:09 | <qrpnxz> | can you give an example |
| 2021-06-27 02:41:28 | × | _________ quits (~nobody@user//x-7881368) (Ping timeout: 244 seconds) |
| 2021-06-27 02:42:06 | <shachaf> | The above. |
| 2021-06-27 02:42:59 | <qrpnxz> | ah, seemed fine to me but alright |
| 2021-06-27 02:43:30 | → | ph88 joins (~ph88@2a02:8109:9e00:7e5c:7c55:3c65:74e1:3dc5) |
All times are in UTC.