Logs: freenode/#haskell
| 2021-04-11 12:55:25 | <olligobber> | Philonous, well, maybe just some dependencies? I need to submit a single source file |
| 2021-04-11 12:55:50 | <olligobber> | but the place it will be compiled doesn't have all the dependencies (one in particular which i wrote) |
| 2021-04-11 12:56:42 | → | gehmehgeh joins (~ircuser1@gateway/tor-sasl/gehmehgeh) |
| 2021-04-11 12:57:52 | <hololeap> | can the source file be a zip or tar.gz ? :p |
| 2021-04-11 12:58:26 | <Philonous> | olligobber, Template Haskell also means this doesn't work in general. (It's quite possible that someone wrote a "good enough" script for your use case, but I wouldn't have heard of it) |
| 2021-04-11 12:58:42 | → | nbloomf joins (~nbloomf@2600:1700:ad14:3020:392f:8948:67b:8e77) |
| 2021-04-11 12:58:51 | <olligobber> | nah, has to be a .hs |
| 2021-04-11 12:58:59 | <olligobber> | and yeah im using template haskell |
| 2021-04-11 12:59:31 | <hololeap> | is this for a class? |
| 2021-04-11 12:59:35 | <olligobber> | no, for fun |
| 2021-04-11 12:59:47 | <olligobber> | I wrote a very inefficient addition program |
| 2021-04-11 12:59:53 | <hololeap> | then why the arbitrary restrictions? |
| 2021-04-11 13:01:18 | <Philonous> | olligobber, TH can't use top-level definitions from the same file, only imported, so your idea might fall apart right there |
| 2021-04-11 13:01:51 | <Philonous> | OTOH the script could just run the TH and splice the output, so all is not lost. |
| 2021-04-11 13:02:07 | → | TBM_ joins (~guest_wii@86-41-3-16-dynamic.agg2.grs.prp-wtd.eircom.net) |
| 2021-04-11 13:02:09 | <olligobber> | yeah, that's what I want it to do |
| 2021-04-11 13:02:10 | → | waleee-cl joins (uid373333@gateway/web/irccloud.com/x-cppcunbrtpbtpgrh) |
| 2021-04-11 13:03:11 | → | heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2021-04-11 13:06:14 | → | DTZUZU joins (~DTZUZO@205.ip-149-56-132.net) |
| 2021-04-11 13:06:45 | × | TBM_ quits (~guest_wii@86-41-3-16-dynamic.agg2.grs.prp-wtd.eircom.net) (Ping timeout: 268 seconds) |
| 2021-04-11 13:08:13 | × | heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 252 seconds) |
| 2021-04-11 13:08:33 | × | Rudd0 quits (~Rudd0@185.189.115.103) (Read error: Connection reset by peer) |
| 2021-04-11 13:09:10 | × | DTZUZU_ quits (~DTZUZO@207.81.119.43) (Ping timeout: 265 seconds) |
| 2021-04-11 13:09:41 | × | xff0x quits (~xff0x@2001:1a81:5278:bf00:7c7:a833:683d:2625) (Ping timeout: 258 seconds) |
| 2021-04-11 13:10:33 | → | xff0x joins (~xff0x@2001:1a81:5278:bf00:86d4:8676:2f4e:4222) |
| 2021-04-11 13:12:36 | → | dpl joins (~dpl@77-121-78-163.chn.volia.net) |
| 2021-04-11 13:13:37 | <olligobber> | I guess I don't really need to do it |
| 2021-04-11 13:13:50 | <olligobber> | I know it's just going to get TLE or MLE |
| 2021-04-11 13:13:59 | × | Codaraxis__ quits (~Codaraxis@ip68-5-90-227.oc.oc.cox.net) (Remote host closed the connection) |
| 2021-04-11 13:14:03 | <olligobber> | given it's taken 30 minutes to add 77 to 777 |
| 2021-04-11 13:14:07 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-04-11 13:14:47 | → | Codaraxis__ joins (~Codaraxis@ip68-5-90-227.oc.oc.cox.net) |
| 2021-04-11 13:21:27 | → | jamm__ joins (~jamm@unaffiliated/jamm) |
| 2021-04-11 13:22:22 | × | Codaraxis__ quits (~Codaraxis@ip68-5-90-227.oc.oc.cox.net) (Remote host closed the connection) |
| 2021-04-11 13:22:32 | → | drbean_ joins (~drbean@TC210-63-209-56.static.apol.com.tw) |
| 2021-04-11 13:22:50 | → | Codaraxis__ joins (~Codaraxis@ip68-5-90-227.oc.oc.cox.net) |
| 2021-04-11 13:22:53 | × | coot quits (~coot@37.30.50.130.nat.umts.dynamic.t-mobile.pl) (Quit: coot) |
| 2021-04-11 13:23:11 | → | Ariakenom joins (~Ariakenom@2001:9b1:efb:fc00:e5ae:8e60:92a1:72dc) |
| 2021-04-11 13:25:01 | × | jamm_ quits (~jamm@unaffiliated/jamm) (Ping timeout: 258 seconds) |
| 2021-04-11 13:30:37 | → | raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2021-04-11 13:32:31 | × | cfricke quits (~cfricke@unaffiliated/cfricke) (Ping timeout: 250 seconds) |
| 2021-04-11 13:33:39 | → | frozenErebus joins (~frozenEre@37.231.244.249) |
| 2021-04-11 13:33:49 | × | acidjnk_new quits (~acidjnk@p200300d0c72b9512392c48d8e031de92.dip0.t-ipconnect.de) (Ping timeout: 250 seconds) |
| 2021-04-11 13:34:48 | × | Alleria__ quits (~textual@zrcout.mskcc.org) (Remote host closed the connection) |
| 2021-04-11 13:36:22 | → | alx741 joins (~alx741@181.196.69.222) |
| 2021-04-11 13:36:32 | → | rdivyanshu joins (uid322626@gateway/web/irccloud.com/x-axpcumsbabjjlcuo) |
| 2021-04-11 13:38:20 | → | urodna joins (~urodna@unaffiliated/urodna) |
| 2021-04-11 13:46:43 | × | kritzefitz quits (~kritzefit@212.86.56.80) (Ping timeout: 252 seconds) |
| 2021-04-11 13:48:22 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds) |
| 2021-04-11 13:49:32 | → | nschoe joins (~quassel@2a01:e0a:8e:a190:add7:2347:809a:4424) |
| 2021-04-11 13:49:59 | × | solvr quits (57e3c46d@87.227.196.109) (Quit: Connection closed) |
| 2021-04-11 13:50:27 | × | Ariakenom quits (~Ariakenom@2001:9b1:efb:fc00:e5ae:8e60:92a1:72dc) (Read error: Connection reset by peer) |
| 2021-04-11 13:51:13 | → | __minoru__shirae joins (~shiraeesh@46.34.207.72) |
| 2021-04-11 13:51:27 | → | mmmattyx joins (uid17782@gateway/web/irccloud.com/x-zbqbfvcklnwtphsz) |
| 2021-04-11 13:54:09 | × | nbloomf quits (~nbloomf@2600:1700:ad14:3020:392f:8948:67b:8e77) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-04-11 13:56:38 | × | drbean_ quits (~drbean@TC210-63-209-56.static.apol.com.tw) (Ping timeout: 240 seconds) |
| 2021-04-11 13:56:51 | → | todda7 joins (~torstein@athedsl-09242.home.otenet.gr) |
| 2021-04-11 13:57:33 | → | puke joins (~vroom@217.138.252.196) |
| 2021-04-11 14:00:18 | → | ClaudiusMaximus joins (~claude@cpc98210-croy26-2-0-cust137.19-2.cable.virginm.net) |
| 2021-04-11 14:00:26 | → | v01d4lph4 joins (~v01d4lph4@223.177.186.2) |
| 2021-04-11 14:00:59 | × | ClaudiusMaximus quits (~claude@cpc98210-croy26-2-0-cust137.19-2.cable.virginm.net) (Changing host) |
| 2021-04-11 14:00:59 | → | ClaudiusMaximus joins (~claude@unaffiliated/claudiusmaximus) |
| 2021-04-11 14:02:09 | × | jamm__ quits (~jamm@unaffiliated/jamm) (Remote host closed the connection) |
| 2021-04-11 14:03:02 | → | jamm_ joins (~jamm@unaffiliated/jamm) |
| 2021-04-11 14:04:45 | <olligobber> | oh, I killed 77+777 after an hour |
| 2021-04-11 14:04:56 | → | elfets joins (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) |
| 2021-04-11 14:05:10 | × | v01d4lph4 quits (~v01d4lph4@223.177.186.2) (Ping timeout: 260 seconds) |
| 2021-04-11 14:05:11 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 240 seconds) |
| 2021-04-11 14:05:46 | → | solvr joins (57e3c46d@87.227.196.109) |
| 2021-04-11 14:07:06 | → | DTZUZU_ joins (~DTZUZO@207.81.119.43) |
| 2021-04-11 14:07:19 | → | idhugo joins (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) |
| 2021-04-11 14:07:37 | × | jamm_ quits (~jamm@unaffiliated/jamm) (Ping timeout: 250 seconds) |
| 2021-04-11 14:07:48 | <maralorn> | I have a library that returns a Prelude.undefined in some cases and I can‘t do anything about it on the short term. Is there something like defaultIfUndefined :: a -> a -> a to recover from that? |
| 2021-04-11 14:09:12 | × | DTZUZU quits (~DTZUZO@205.ip-149-56-132.net) (Ping timeout: 240 seconds) |
| 2021-04-11 14:10:20 | × | olligobber quits (olligobber@gateway/vpn/privateinternetaccess/olligobber) (Remote host closed the connection) |
| 2021-04-11 14:10:45 | → | thblt joins (~thblt@unaffiliated/thblt) |
| 2021-04-11 14:12:11 | × | idhugo quits (~idhugo@87-49-147-45-mobile.dk.customer.tdc.net) (Ping timeout: 240 seconds) |
| 2021-04-11 14:14:58 | × | nut quits (~user@roc37-h01-176-170-197-243.dsl.sta.abo.bbox.fr) (Ping timeout: 260 seconds) |
| 2021-04-11 14:15:23 | <hpc> | maralorn: the spoon package, maybe? |
| 2021-04-11 14:16:05 | <hpc> | maralorn: or lub, if you want to handle more than just exception-y bottoms |
| 2021-04-11 14:17:09 | → | ulfryk joins (~ulfryk@2a01:4b00:872d:e600:a55a:b8e3:54cc:d8d6) |
| 2021-04-11 14:21:45 | × | ulfryk quits (~ulfryk@2a01:4b00:872d:e600:a55a:b8e3:54cc:d8d6) (Ping timeout: 258 seconds) |
| 2021-04-11 14:22:46 | → | ulfryk joins (~ulfryk@2a01:4b00:872d:e600:a55a:b8e3:54cc:d8d6) |
| 2021-04-11 14:24:50 | → | jamm_ joins (~jamm@unaffiliated/jamm) |
| 2021-04-11 14:25:31 | → | slaterr joins (~bc8134e3@217.29.117.252) |
| 2021-04-11 14:27:31 | × | ulfryk quits (~ulfryk@2a01:4b00:872d:e600:a55a:b8e3:54cc:d8d6) (Ping timeout: 260 seconds) |
| 2021-04-11 14:27:34 | × | howdoi quits (uid224@gateway/web/irccloud.com/x-gsmzjfvgsnyopnqz) (Quit: Connection closed for inactivity) |
| 2021-04-11 14:28:24 | → | ulfryk joins (~ulfryk@2a01:4b00:872d:e600:a55a:b8e3:54cc:d8d6) |
| 2021-04-11 14:32:52 | × | ulfryk quits (~ulfryk@2a01:4b00:872d:e600:a55a:b8e3:54cc:d8d6) (Ping timeout: 258 seconds) |
| 2021-04-11 14:33:58 | → | ulfryk joins (~ulfryk@2a01:4b00:872d:e600:a55a:b8e3:54cc:d8d6) |
| 2021-04-11 14:38:22 | → | plutoniix joins (~q@node-ur9.pool-125-24.dynamic.totinternet.net) |
| 2021-04-11 14:38:43 | × | ulfryk quits (~ulfryk@2a01:4b00:872d:e600:a55a:b8e3:54cc:d8d6) (Ping timeout: 260 seconds) |
| 2021-04-11 14:39:10 | → | shalokshalom joins (~quassel@2a02:1748:dd5e:7f60:cf49:8384:7c93:3106) |
| 2021-04-11 14:39:39 | → | ulfryk joins (~ulfryk@2a01:4b00:872d:e600:a55a:b8e3:54cc:d8d6) |
| 2021-04-11 14:41:46 | → | JanBessai joins (~JanB@85-22-24-170.ip.dokom21.de) |
| 2021-04-11 14:42:01 | → | geekosaur joins (ae68c070@cpe-174-104-192-112.neo.res.rr.com) |
| 2021-04-11 14:42:20 | × | JanBessai quits (~JanB@85-22-24-170.ip.dokom21.de) (Client Quit) |
| 2021-04-11 14:43:53 | × | nschoe quits (~quassel@2a01:e0a:8e:a190:add7:2347:809a:4424) (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) |
| 2021-04-11 14:43:59 | × | ulfryk quits (~ulfryk@2a01:4b00:872d:e600:a55a:b8e3:54cc:d8d6) (Ping timeout: 258 seconds) |
| 2021-04-11 14:44:06 | → | sord937 joins (~sord937@gateway/tor-sasl/sord937) |
All times are in UTC.