Logs: freenode/#haskell
| 2021-05-17 11:09:22 | <lambdabot> | Text.Printf perror :: String -> a |
| 2021-05-17 11:09:22 | <lambdabot> | GHC.Enum succError :: String -> a |
| 2021-05-17 11:09:22 | <lambdabot> | GHC.Enum predError :: String -> a |
| 2021-05-17 11:09:29 | → | davros joins (~davros@host86-185-126-190.range86-185.btcentralplus.com) |
| 2021-05-17 11:09:49 | <SoF> | % Text.Printf "test" |
| 2021-05-17 11:09:49 | <yahb> | SoF: ; <interactive>:113:1: error:; Not in scope: data constructor `Text.Printf'; No module named `Text' is imported. |
| 2021-05-17 11:10:25 | <boxscape> | % Data.Text.Printf "test" |
| 2021-05-17 11:10:26 | <yahb> | boxscape: ; <interactive>:114:1: error:; Not in scope: data constructor `Data.Text.Printf'; No module named `Data.Text' is imported. |
| 2021-05-17 11:10:40 | <boxscape> | % Data.Text.Printf.perror "test" |
| 2021-05-17 11:10:40 | <yahb> | boxscape: ; <interactive>:115:1: error:; Not in scope: `Data.Text.Printf.perror'; Perhaps you meant `Text.Printf.perror' (imported from Text.Printf); No module named `Data.Text.Printf' is imported. |
| 2021-05-17 11:10:42 | <boxscape> | meh |
| 2021-05-17 11:10:47 | → | sheepduck joins (~sheepduck@2607:fea8:2a60:b700::5d55) |
| 2021-05-17 11:10:48 | × | pmj quits (~pmj@p4fe156fa.dip0.t-ipconnect.de) (Remote host closed the connection) |
| 2021-05-17 11:10:51 | <boxscape> | I guess that is what I meant |
| 2021-05-17 11:11:36 | <dminuoso> | xenon-: you mean prettyprinter? |
| 2021-05-17 11:13:41 | × | Lycurgus quits (~niemand@cpe-45-46-140-49.buffalo.res.rr.com) (Ping timeout: 252 seconds) |
| 2021-05-17 11:14:11 | → | Alleria joins (~textual@zrcout.mskcc.org) |
| 2021-05-17 11:14:36 | Alleria | is now known as Guest35141 |
| 2021-05-17 11:15:41 | × | biglama quits (~alex@static-176-165-167-17.ftth.abo.bbox.fr) (Ping timeout: 240 seconds) |
| 2021-05-17 11:15:50 | → | nineonine joins (~nineonine@2604:3d08:777e:900:44b9:dfd8:3ef5:78e4) |
| 2021-05-17 11:16:01 | → | biglama joins (~alex@static-176-165-167-17.ftth.abo.bbox.fr) |
| 2021-05-17 11:18:29 | <xenon-> | dminuoso, Read/Show that works with Text |
| 2021-05-17 11:20:01 | × | nineonine quits (~nineonine@2604:3d08:777e:900:44b9:dfd8:3ef5:78e4) (Ping timeout: 250 seconds) |
| 2021-05-17 11:22:41 | × | biglama quits (~alex@static-176-165-167-17.ftth.abo.bbox.fr) (Ping timeout: 240 seconds) |
| 2021-05-17 11:22:50 | <dminuoso> | xenon-: for one direction, there's text-show |
| 2021-05-17 11:23:47 | <dminuoso> | The other direction is, roughly, encapsulated by attoparsec |
| 2021-05-17 11:24:31 | → | biglama joins (~alex@static-176-165-167-17.ftth.abo.bbox.fr) |
| 2021-05-17 11:27:58 | <dminuoso> | I guess ultimately its not the same thing |
| 2021-05-17 11:28:29 | → | ddellacosta joins (~ddellacos@83.143.246.105) |
| 2021-05-17 11:28:30 | <dminuoso> | (and read in generally is a weird thing, if we look at the semantics of deriving generated instances - it doesnt seem that useful) |
| 2021-05-17 11:28:38 | → | henninb joins (~henninb@63-226-190-31.mpls.qwest.net) |
| 2021-05-17 11:28:45 | <dminuoso> | it's rather a poor mans serialization/deserialization format |
| 2021-05-17 11:29:02 | × | machinedgod quits (~machinedg@24.105.81.50) (Ping timeout: 265 seconds) |
| 2021-05-17 11:29:04 | → | heatsink joins (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2021-05-17 11:29:59 | × | henninb quits (~henninb@63-226-190-31.mpls.qwest.net) (Client Quit) |
| 2021-05-17 11:30:26 | → | urodna joins (~urodna@unaffiliated/urodna) |
| 2021-05-17 11:30:36 | → | henninb joins (~henninb@63-226-190-31.mpls.qwest.net) |
| 2021-05-17 11:33:03 | × | biglama quits (~alex@static-176-165-167-17.ftth.abo.bbox.fr) (Remote host closed the connection) |
| 2021-05-17 11:33:43 | × | ddellacosta quits (~ddellacos@83.143.246.105) (Ping timeout: 268 seconds) |
| 2021-05-17 11:34:03 | × | Johann_Petrak quits (~johann@2a02:8388:2740:3d00:841b:6448:2f3e:281f) (Quit: Konversation terminated!) |
| 2021-05-17 11:34:20 | × | heatsink quits (~heatsink@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 268 seconds) |
| 2021-05-17 11:34:59 | × | oish quits (~charlie@228.25.169.217.in-addr.arpa) (Quit: leaving) |
| 2021-05-17 11:35:57 | → | Sh4un joins (~Sh4un@modemcable159.116-21-96.mc.videotron.ca) |
| 2021-05-17 11:41:02 | × | nyd quits (~nyd@unaffiliated/elysian) (Ping timeout: 246 seconds) |
| 2021-05-17 11:42:09 | → | nyd joins (~nyd@unaffiliated/elysian) |
| 2021-05-17 11:48:33 | → | bitmagie joins (~Thunderbi@200116b80619af0038b023e60a9f8697.dip.versatel-1u1.de) |
| 2021-05-17 11:49:59 | × | ericsagn1 quits (~ericsagne@2405:6580:0:5100:aeb:7147:cca0:e8ac) (Ping timeout: 245 seconds) |
| 2021-05-17 11:51:26 | × | olligobber quits (olligobber@gateway/vpn/privateinternetaccess/olligobber) (Ping timeout: 252 seconds) |
| 2021-05-17 11:55:21 | → | xcmw joins (~textual@2603-6011-2200-f103-1907-5406-5646-5d03.res6.spectrum.com) |
| 2021-05-17 11:56:57 | × | pavonia quits (~user@unaffiliated/siracusa) (Quit: Bye!) |
| 2021-05-17 11:57:53 | → | Qwerky joins (~qwerky@178.197.228.14) |
| 2021-05-17 11:59:18 | × | stree quits (~stree@68.36.8.116) (Quit: Caught exception) |
| 2021-05-17 11:59:41 | → | stree joins (~stree@68.36.8.116) |
| 2021-05-17 11:59:56 | × | shiraeeshi quits (~shiraeesh@46.34.206.196) (Remote host closed the connection) |
| 2021-05-17 11:59:58 | → | ddellacosta joins (~ddellacos@86.106.143.178) |
| 2021-05-17 12:00:19 | → | shiraeeshi joins (~shiraeesh@46.34.206.196) |
| 2021-05-17 12:01:58 | → | ericsagn1 joins (~ericsagne@2405:6580:0:5100:bb87:2466:bc3c:d7f9) |
| 2021-05-17 12:04:38 | × | ddellacosta quits (~ddellacos@86.106.143.178) (Ping timeout: 252 seconds) |
| 2021-05-17 12:06:02 | × | plutoniix quits (~q@ppp-58-8-148-189.revip2.asianet.co.th) (Quit: Leaving) |
| 2021-05-17 12:06:27 | ← | falsifian parts (~falsifian@exoco.falsifian.org) () |
| 2021-05-17 12:06:56 | × | star_cloud quits (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) (Ping timeout: 260 seconds) |
| 2021-05-17 12:07:50 | × | mnrmnaugh quits (~mnrmnaugh@unaffiliated/mnrmnaugh) (Quit: Leaving) |
| 2021-05-17 12:07:55 | × | stree quits (~stree@68.36.8.116) (Quit: Caught exception) |
| 2021-05-17 12:08:18 | → | stree joins (~stree@68.36.8.116) |
| 2021-05-17 12:08:24 | → | mnrmnaugh joins (~mnrmnaugh@unaffiliated/mnrmnaugh) |
| 2021-05-17 12:11:58 | → | guriya joins (a0ee4a50@unaffiliated/guriya) |
| 2021-05-17 12:12:47 | → | malumore_ joins (~malumore@151.62.127.105) |
| 2021-05-17 12:13:06 | × | chris___ quits (~chris@81.96.113.213) (Remote host closed the connection) |
| 2021-05-17 12:14:14 | → | star_cloud joins (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) |
| 2021-05-17 12:15:06 | × | malumore quits (~malumore@151.62.127.105) (Ping timeout: 240 seconds) |
| 2021-05-17 12:15:54 | → | xkapastel joins (uid17782@gateway/web/irccloud.com/x-sydhbolmzgdlxhuf) |
| 2021-05-17 12:18:00 | → | chris___ joins (~chris@81.96.113.213) |
| 2021-05-17 12:22:11 | × | chris___ quits (~chris@81.96.113.213) (Ping timeout: 240 seconds) |
| 2021-05-17 12:23:37 | × | Qwerky quits (~qwerky@178.197.228.14) (Remote host closed the connection) |
| 2021-05-17 12:24:34 | × | sheepduck quits (~sheepduck@2607:fea8:2a60:b700::5d55) (Ping timeout: 245 seconds) |
| 2021-05-17 12:27:39 | → | Pickchea joins (~private@unaffiliated/pickchea) |
| 2021-05-17 12:33:48 | × | pera_ quits (~pera_@94.0.111.239) (Quit: leaving) |
| 2021-05-17 12:33:53 | × | ezzieyguywuf quits (~Unknown@unaffiliated/ezzieyguywuf) (Remote host closed the connection) |
| 2021-05-17 12:35:47 | → | ezzieyguywuf joins (~Unknown@unaffiliated/ezzieyguywuf) |
| 2021-05-17 12:35:48 | → | jao joins (~jao@pdpc/supporter/professional/jao) |
| 2021-05-17 12:35:52 | → | patlv joins (~patlv@unaffiliated/patlv) |
| 2021-05-17 12:36:21 | → | patlv_ joins (~patlv@unaffiliated/patlv) |
| 2021-05-17 12:36:37 | × | star_cloud quits (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) (Ping timeout: 268 seconds) |
| 2021-05-17 12:38:51 | → | Qwerky joins (~qwerky@178.197.228.14) |
| 2021-05-17 12:39:39 | → | ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-05-17 12:40:11 | × | patlv quits (~patlv@unaffiliated/patlv) (Ping timeout: 240 seconds) |
| 2021-05-17 12:41:57 | → | machinedgod joins (~machinedg@135-23-192-217.cpe.pppoe.ca) |
| 2021-05-17 12:43:36 | → | star_cloud joins (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) |
| 2021-05-17 12:44:38 | × | ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 268 seconds) |
| 2021-05-17 12:45:01 | × | Pickchea quits (~private@unaffiliated/pickchea) (Ping timeout: 260 seconds) |
| 2021-05-17 12:46:23 | × | guriya quits (a0ee4a50@unaffiliated/guriya) (Ping timeout: 240 seconds) |
| 2021-05-17 12:49:06 | × | Lord_of_Life quits (~Lord@unaffiliated/lord-of-life/x-0885362) (Ping timeout: 240 seconds) |
| 2021-05-17 12:49:48 | → | Lord_of_Life joins (~Lord@unaffiliated/lord-of-life/x-0885362) |
| 2021-05-17 12:51:42 | → | roconnor joins (~roconnor@host-23-91-186-24.dyn.295.ca) |
| 2021-05-17 12:52:10 | × | Sh4un quits (~Sh4un@modemcable159.116-21-96.mc.videotron.ca) (Ping timeout: 265 seconds) |
| 2021-05-17 12:53:27 | × | star_cloud quits (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) (Excess Flood) |
| 2021-05-17 12:53:53 | → | ddellacosta joins (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-05-17 12:54:26 | × | patlv_ quits (~patlv@unaffiliated/patlv) (Quit: Leaving) |
| 2021-05-17 12:54:27 | → | drbean_ joins (~drbean@TC210-63-209-188.static.apol.com.tw) |
| 2021-05-17 12:55:07 | → | patlv joins (~patlv@unaffiliated/patlv) |
All times are in UTC.