Logs: freenode/#haskell
| 2020-11-14 03:55:48 | <glguy> | Right [("a",List [Table []]),("b",Table [("c",Table [])])] |
| 2020-11-14 03:55:57 | <glguy> | I'm just using a GHCi session to run those |
| 2020-11-14 03:56:03 | → | elliott_ joins (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net) |
| 2020-11-14 03:56:16 | → | daim2k5 joins (~daim2k5@84.39.116.180) |
| 2020-11-14 03:56:31 | <joebobjoe> | oops |
| 2020-11-14 03:56:47 | <joebobjoe> | you changed a.b to b.c |
| 2020-11-14 03:56:58 | <glguy> | yeah, what you wrote was invalid |
| 2020-11-14 03:57:05 | × | theDon quits (~td@muedsl-82-207-238-116.citykom.de) (Ping timeout: 258 seconds) |
| 2020-11-14 03:57:12 | <glguy> | *TOML Text> parseTOML (Text.unlines ["[[a]]", "x=1", "[[a]]", "y=2"]) |
| 2020-11-14 03:57:12 | <glguy> | Right [("a",List [Table [("x",Integer 1)],Table [("y",Integer 2)]])] |
| 2020-11-14 03:57:22 | lagothrix | is now known as Guest85263 |
| 2020-11-14 03:57:22 | × | Guest85263 quits (~lagothrix@unaffiliated/lagothrix) (Killed (moon.freenode.net (Nickname regained by services))) |
| 2020-11-14 03:57:23 | → | dyeplexer joins (~lol@unaffiliated/terpin) |
| 2020-11-14 03:57:30 | → | lagothrix joins (~lagothrix@unaffiliated/lagothrix) |
| 2020-11-14 03:57:44 | <glguy> | You can't define a to be both a list and a table |
| 2020-11-14 03:58:39 | <joebobjoe> | what is the error exactl? |
| 2020-11-14 03:58:58 | → | theDon joins (~td@94.134.91.148) |
| 2020-11-14 03:59:11 | <glguy> | You tried to use 'a' as a list and as a table; you have to pick one or the other |
| 2020-11-14 03:59:38 | <joebobjoe> | try it |
| 2020-11-14 03:59:42 | <joebobjoe> | it works |
| 2020-11-14 04:00:01 | <joebobjoe> | and I was wrong |
| 2020-11-14 04:00:10 | <joebobjoe> | the a in the a.b is actually referring to a table |
| 2020-11-14 04:00:14 | <joebobjoe> | the spec is right |
| 2020-11-14 04:00:28 | <joebobjoe> | its just the last table in the array of tables whose last member was [[a]] |
| 2020-11-14 04:02:50 | × | wroathe quits (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) (Quit: Lost terminal) |
| 2020-11-14 04:04:05 | <glguy> | Ah, I didn't know about that particular behavior |
| 2020-11-14 04:04:43 | → | wroathe joins (~wroathe@c-68-54-25-135.hsd1.mn.comcast.net) |
| 2020-11-14 04:05:41 | <joebobjoe> | non-obvious |
| 2020-11-14 04:05:49 | <joebobjoe> | obvious to Tom I guess |
| 2020-11-14 04:07:14 | <jollygood2> | is there any library in haskell for analyzing live video image [from a webcam]? I need to detect some relatively simple objects |
| 2020-11-14 04:09:23 | → | z0k joins (~user@101.50.68.94) |
| 2020-11-14 04:10:25 | × | raehik quits (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 240 seconds) |
| 2020-11-14 04:11:05 | → | sagax joins (~sagax_nb@213.138.71.146) |
| 2020-11-14 04:11:47 | → | jonatanb joins (~jonatanb@83.24.155.27.ipv4.supernova.orange.pl) |
| 2020-11-14 04:12:25 | <joebobjoe> | glguy: how do I get into the same *TOML Text> environment as you? |
| 2020-11-14 04:13:02 | <glguy> | It's a library I made, but I'll have to fix it up for that case we were just talking about |
| 2020-11-14 04:13:16 | <glguy> | cabal repl --build-dep toml-parser |
| 2020-11-14 04:15:45 | <jollygood2> | I did some googling, and I could just find linux-only webcam packages |
| 2020-11-14 04:15:58 | × | jonatanb quits (~jonatanb@83.24.155.27.ipv4.supernova.orange.pl) (Ping timeout: 246 seconds) |
| 2020-11-14 04:16:25 | × | elliott_ quits (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net) (Ping timeout: 256 seconds) |
| 2020-11-14 04:23:49 | → | ensyde joins (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) |
| 2020-11-14 04:26:22 | × | argent0 quits (~argent0@168.227.98.85) (Quit: leaving) |
| 2020-11-14 04:27:38 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2020-11-14 04:28:40 | × | ensyde quits (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) (Ping timeout: 256 seconds) |
| 2020-11-14 04:32:11 | → | CMCDragonkai1 joins (~Thunderbi@124.19.3.250) |
| 2020-11-14 04:34:09 | → | ensyde joins (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) |
| 2020-11-14 04:34:20 | → | justsomeguy joins (~justsomeg@216.186.218.241) |
| 2020-11-14 04:34:20 | × | justsomeguy quits (~justsomeg@216.186.218.241) (Changing host) |
| 2020-11-14 04:34:20 | → | justsomeguy joins (~justsomeg@unaffiliated/--/x-3805311) |
| 2020-11-14 04:37:38 | × | joebobjoe quits (~joebobjoe@unaffiliated/joebobjoe) (Quit: leaving) |
| 2020-11-14 04:37:55 | × | texasmynsted quits (~texasmyns@64.44.55.44) () |
| 2020-11-14 04:39:23 | × | ensyde quits (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) (Ping timeout: 260 seconds) |
| 2020-11-14 04:41:32 | × | rtpchan quits (~rtpchan@c-98-198-235-37.hsd1.tx.comcast.net) (Quit: Leaving) |
| 2020-11-14 04:42:54 | → | aarvar joins (~foewfoiew@50.35.43.33) |
| 2020-11-14 04:43:58 | → | da39a3ee5e6b4b0d joins (~da39a3ee5@cm-171-98-105-4.revip7.asianet.co.th) |
| 2020-11-14 04:44:17 | → | ensyde joins (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) |
| 2020-11-14 04:47:57 | → | elliott_ joins (~elliott_@pool-108-51-141-12.washdc.fios.verizon.net) |
| 2020-11-14 04:49:13 | × | ensyde quits (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) (Ping timeout: 258 seconds) |
| 2020-11-14 04:54:26 | → | ensyde joins (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) |
| 2020-11-14 04:57:38 | × | polyphem quits (~p0lyph3m@2a02:810d:640:776c:76d7:55f6:f85b:c889) (Ping timeout: 264 seconds) |
| 2020-11-14 04:59:15 | × | ensyde quits (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) (Ping timeout: 260 seconds) |
| 2020-11-14 05:00:15 | × | urodna quits (~urodna@unaffiliated/urodna) (Quit: urodna) |
| 2020-11-14 05:00:58 | → | Guest_30 joins (2a5b6f54@42.91.111.84) |
| 2020-11-14 05:01:39 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 265 seconds) |
| 2020-11-14 05:01:45 | × | CMCDragonkai1 quits (~Thunderbi@124.19.3.250) (Ping timeout: 256 seconds) |
| 2020-11-14 05:02:01 | <Guest_30> | when I set up ghc, I met a problem: Make sure to clean up "/var/folders/zh/j3p4n0757pn_41f22p0hjzcm0000gn/T/ghcup-ivgyrr" afterwards. How could I do? |
| 2020-11-14 05:04:35 | → | ensyde joins (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) |
| 2020-11-14 05:05:04 | → | leungbk`` joins (~user@cpe-104-33-52-83.socal.res.rr.com) |
| 2020-11-14 05:05:36 | × | z0k quits (~user@101.50.68.94) (Quit: WeeChat 2.9) |
| 2020-11-14 05:05:50 | × | gxt quits (~gxt@gateway/tor-sasl/gxt) (Remote host closed the connection) |
| 2020-11-14 05:06:31 | → | gxt joins (~gxt@gateway/tor-sasl/gxt) |
| 2020-11-14 05:09:32 | × | ensyde quits (~ensyde@99-185-235-117.lightspeed.chrlnc.sbcglobal.net) (Ping timeout: 258 seconds) |
| 2020-11-14 05:09:32 | × | Tario quits (~Tario@201.192.165.173) (Read error: Connection reset by peer) |
| 2020-11-14 05:09:41 | → | Tario joins (~Tario@201.192.165.173) |
| 2020-11-14 05:11:04 | × | falafel quits (~falafel@c-73-210-136-48.hsd1.il.comcast.net) (Ping timeout: 258 seconds) |
| 2020-11-14 05:15:12 | → | falafel joins (~falafel@c-73-210-136-48.hsd1.il.comcast.net) |
| 2020-11-14 05:15:24 | × | s00pcan quits (~chris@075-133-056-178.res.spectrum.com) (Read error: Connection reset by peer) |
| 2020-11-14 05:18:02 | × | justanotheruser quits (~justanoth@unaffiliated/justanotheruser) (Ping timeout: 264 seconds) |
| 2020-11-14 05:23:43 | → | Saukk joins (~Saukk@2001:998:f9:2914:1c59:9bb5:b94c:4) |
| 2020-11-14 05:25:29 | → | coot joins (~coot@37.30.49.253.nat.umts.dynamic.t-mobile.pl) |
| 2020-11-14 05:25:52 | → | howdoi joins (uid224@gateway/web/irccloud.com/x-iysoheblnnbktzye) |
| 2020-11-14 05:26:01 | × | sh9 quits (~sh9@softbank060116136158.bbtec.net) (Ping timeout: 264 seconds) |
| 2020-11-14 05:26:16 | <bqv> | I just did :t in a nix repl by accident |
| 2020-11-14 05:26:26 | <bqv> | and was surprised when it worked... |
| 2020-11-14 05:26:32 | <bqv> | Ish |
| 2020-11-14 05:27:10 | → | PlasmaStrike joins (~mattplasm@38.73.141.198) |
| 2020-11-14 05:28:27 | → | christo joins (~chris@81.96.113.213) |
| 2020-11-14 05:28:42 | × | falafel quits (~falafel@c-73-210-136-48.hsd1.il.comcast.net) (Ping timeout: 258 seconds) |
| 2020-11-14 05:28:42 | → | o1lo01ol1o joins (~o1lo01ol1@bl11-140-216.dsl.telepac.pt) |
| 2020-11-14 05:28:45 | × | christo quits (~chris@81.96.113.213) (Remote host closed the connection) |
| 2020-11-14 05:28:55 | × | Aquazi quits (uid312403@gateway/web/irccloud.com/x-lhuelelchcmoqnuu) (Quit: Connection closed for inactivity) |
| 2020-11-14 05:29:58 | × | MarcelineVQ quits (~anja@198.254.202.72) (Read error: Connection reset by peer) |
| 2020-11-14 05:30:40 | → | MarcelineVQ joins (~anja@198.254.202.72) |
| 2020-11-14 05:30:53 | → | day_ joins (~Unknown@unaffiliated/day) |
| 2020-11-14 05:32:58 | × | o1lo01ol1o quits (~o1lo01ol1@bl11-140-216.dsl.telepac.pt) (Ping timeout: 246 seconds) |
| 2020-11-14 05:33:39 | → | christo joins (~chris@81.96.113.213) |
| 2020-11-14 05:34:16 | × | day quits (~Unknown@unaffiliated/day) (Ping timeout: 260 seconds) |
| 2020-11-14 05:34:16 | day_ | is now known as day |
| 2020-11-14 05:35:59 | × | Tario quits (~Tario@201.192.165.173) (Ping timeout: 258 seconds) |
| 2020-11-14 05:36:13 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
All times are in UTC.