Logs: freenode/#haskell
| 2021-03-04 02:48:07 | rothfuss.freenode.net | sets mode +o Sigyn |
| 2021-03-04 02:48:08 | → | nbloomf joins (~nbloomf@2600:1700:ad14:3020:2015:9fa2:bf0b:7f16) |
| 2021-03-04 02:48:47 | × | nineonine quits (~nineonine@50.216.62.2) (Ping timeout: 256 seconds) |
| 2021-03-04 02:49:27 | × | lkurusa_ quits (~lkurusa@209.250.237.122) (Ping timeout: 246 seconds) |
| 2021-03-04 02:56:30 | × | nbloomf quits (~nbloomf@2600:1700:ad14:3020:2015:9fa2:bf0b:7f16) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2021-03-04 02:56:48 | → | DataComputist joins (~lumeng@50.43.26.251) |
| 2021-03-04 02:56:49 | × | __minoru__shirae quits (~shiraeesh@46.34.206.213) (Ping timeout: 260 seconds) |
| 2021-03-04 02:56:56 | × | xff0x quits (~xff0x@2001:1a81:53fc:b400:1709:f370:e50:9a12) (Ping timeout: 240 seconds) |
| 2021-03-04 02:57:49 | → | justan0theruser joins (~justanoth@unaffiliated/justanotheruser) |
| 2021-03-04 02:58:23 | → | nbloomf joins (~nbloomf@2600:1700:ad14:3020:2015:9fa2:bf0b:7f16) |
| 2021-03-04 02:59:08 | → | xff0x joins (~xff0x@2001:1a81:5237:bb00:afc3:f953:e68b:99a6) |
| 2021-03-04 02:59:15 | × | justanotheruser quits (~justanoth@unaffiliated/justanotheruser) (Ping timeout: 240 seconds) |
| 2021-03-04 02:59:44 | → | average joins (uid473595@gateway/web/irccloud.com/x-eenzrwxaxysearfe) |
| 2021-03-04 03:00:13 | × | urodna_ quits (~urodna@unaffiliated/urodna) (Quit: urodna_) |
| 2021-03-04 03:03:24 | × | alx741 quits (~alx741@186.178.108.117) (Quit: alx741) |
| 2021-03-04 03:03:53 | → | lkurusa joins (~lkurusa@fedora/Levex) |
| 2021-03-04 03:04:28 | × | Unhammer quits (~Unhammer@gateway/tor-sasl/unhammer) (Ping timeout: 268 seconds) |
| 2021-03-04 03:06:54 | → | Unhammer joins (~Unhammer@gateway/tor-sasl/unhammer) |
| 2021-03-04 03:07:34 | × | erisco quits (~erisco@d24-57-249-233.home.cgocable.net) (Quit: Leaving) |
| 2021-03-04 03:08:35 | <MarcelineVQ> | was it ever really alive |
| 2021-03-04 03:15:07 | → | FinnElija joins (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) |
| 2021-03-04 03:15:08 | finn_elija | is now known as Guest69399 |
| 2021-03-04 03:15:08 | FinnElija | is now known as finn_elija |
| 2021-03-04 03:16:05 | → | berberman_ joins (~berberman@unaffiliated/berberman) |
| 2021-03-04 03:16:33 | → | dbmikus joins (~dbmikus@cpe-76-167-86-219.natsow.res.rr.com) |
| 2021-03-04 03:17:37 | × | berberman quits (~berberman@unaffiliated/berberman) (Ping timeout: 272 seconds) |
| 2021-03-04 03:19:09 | × | elfets quits (~elfets@ip-37-201-23-96.hsi13.unitymediagroup.de) (Ping timeout: 264 seconds) |
| 2021-03-04 03:19:16 | × | Guest69399 quits (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) (Ping timeout: 268 seconds) |
| 2021-03-04 03:19:25 | × | Stanley00 quits (~stanley00@unaffiliated/stanley00) () |
| 2021-03-04 03:19:35 | oafs | is now known as oats |
| 2021-03-04 03:20:38 | × | DataComputist quits (~lumeng@50.43.26.251) (Remote host closed the connection) |
| 2021-03-04 03:21:15 | → | DataComputist joins (~lumeng@50.43.26.251) |
| 2021-03-04 03:22:15 | <ephemient> | @hoogle (a -> b) -> Either a c -> Either b c |
| 2021-03-04 03:22:16 | <lambdabot> | Data.Either.Combinators mapLeft :: (a -> c) -> Either a b -> Either c b |
| 2021-03-04 03:22:16 | <lambdabot> | Data.Either.Extra mapLeft :: (a -> c) -> Either a b -> Either c b |
| 2021-03-04 03:22:16 | <lambdabot> | Extra mapLeft :: (a -> c) -> Either a b -> Either c b |
| 2021-03-04 03:23:12 | <jackdk> | % first @Either |
| 2021-03-04 03:23:24 | <jackdk> | % :t first @Either |
| 2021-03-04 03:23:37 | <jackdk> | > :t first @Either |
| 2021-03-04 03:23:38 | <lambdabot> | <hint>:1:1: error: <hint>:1:1: error: parse error on input ‘:’ |
| 2021-03-04 03:23:39 | <ephemient> | yahb isn't here :( |
| 2021-03-04 03:24:16 | <jackdk> | `first @Either :: (a -> b) -> Either a c -> Either b c` |
| 2021-03-04 03:24:42 | <jackdk> | that's Data.Bifunctor.first |
| 2021-03-04 03:25:05 | <ephemient> | and not Control.Arrow.first |
| 2021-03-04 03:25:59 | × | DataComputist quits (~lumeng@50.43.26.251) (Ping timeout: 260 seconds) |
| 2021-03-04 03:26:07 | <ephemient> | I wonder if lambdabot has either of those in scope |
| 2021-03-04 03:26:09 | <ephemient> | :t first |
| 2021-03-04 03:26:11 | <lambdabot> | Arrow a => a b c -> a (b, d) (c, d) |
| 2021-03-04 03:26:59 | <ephemient> | :t Data.Bifunctor.first |
| 2021-03-04 03:27:01 | <lambdabot> | Bifunctor p => (a -> b) -> p a c -> p b c |
| 2021-03-04 03:28:18 | → | ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-03-04 03:28:26 | × | chenshen quits (~chenshen@2620:10d:c090:400::5:9f47) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
| 2021-03-04 03:32:57 | × | ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 264 seconds) |
| 2021-03-04 03:34:09 | × | obiwahn quits (~obiwahn@pdpc/supporter/student/obiwahn) (Ping timeout: 264 seconds) |
| 2021-03-04 03:34:15 | × | blissful quits (~blissful@unaffiliated/azuline) (Ping timeout: 246 seconds) |
| 2021-03-04 03:34:36 | × | augnun quits (~augnun@2804:14c:658b:41bb:6e95:e9d6:334a:6db9) (Quit: WeeChat 3.0.1) |
| 2021-03-04 03:34:43 | × | jakalx quits (~jakalx@base.jakalx.net) (Ping timeout: 260 seconds) |
| 2021-03-04 03:34:44 | <heck-to-the-gnom> | Is hoogle down for anyone else? |
| 2021-03-04 03:35:00 | → | deviantfero joins (~deviantfe@190.150.27.58) |
| 2021-03-04 03:35:48 | → | raehik joins (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2021-03-04 03:35:52 | <jackdk> | works for me, heck-to-the-gnom |
| 2021-03-04 03:36:48 | <heck-to-the-gnom> | Weird, it seems somewhere along the supply chain hoogle.haskell.org & haskell.org/hoogle was blocked |
| 2021-03-04 03:36:51 | → | justsomeguy joins (~justsomeg@unaffiliated/--/x-3805311) |
| 2021-03-04 03:36:59 | <heck-to-the-gnom> | (for me, anyway) |
| 2021-03-04 03:37:36 | <heck-to-the-gnom> | I have sent a large number of requests to them lately, not as spam, but during an actual programming session |
| 2021-03-04 03:38:40 | → | koz joins (~koz@2404:4408:4342:2a00:1958:92dc:60f3:680b) |
| 2021-03-04 03:39:38 | × | koz_ quits (~koz@2404:4408:4342:2a00:1958:92dc:60f3:680b) (Ping timeout: 264 seconds) |
| 2021-03-04 03:39:52 | × | stree quits (~stree@68.36.8.116) (Ping timeout: 276 seconds) |
| 2021-03-04 03:42:16 | <heck-to-the-gnom> | Aand, just like that the issue disappeared. Weird |
| 2021-03-04 03:42:34 | → | rayyyy joins (~nanoz@gateway/tor-sasl/nanoz) |
| 2021-03-04 03:43:21 | × | theDon quits (~td@muedsl-82-207-238-151.citykom.de) (Ping timeout: 246 seconds) |
| 2021-03-04 03:44:10 | → | blissful joins (~blissful@unaffiliated/azuline) |
| 2021-03-04 03:44:24 | → | obiwahn joins (~obiwahn@pdpc/supporter/student/obiwahn) |
| 2021-03-04 03:45:17 | → | theDon joins (~td@94.134.91.49) |
| 2021-03-04 03:45:25 | → | DataComputist joins (~lumeng@50.43.26.251) |
| 2021-03-04 03:46:12 | × | justsomeguy quits (~justsomeg@unaffiliated/--/x-3805311) (Quit: WeeChat 3.0.1) |
| 2021-03-04 03:46:17 | koz | is now known as koz_ |
| 2021-03-04 03:50:37 | → | raym joins (~ray@45.64.220.3) |
| 2021-03-04 03:52:19 | × | Sheilong quits (uid293653@gateway/web/irccloud.com/x-ywkwdxdlophboxsa) () |
| 2021-03-04 03:52:27 | × | Tario quits (~Tario@201.192.165.173) (Read error: Connection reset by peer) |
| 2021-03-04 03:52:41 | → | Tario joins (~Tario@201.192.165.173) |
| 2021-03-04 03:52:46 | → | stree joins (~stree@68.36.8.116) |
| 2021-03-04 03:54:11 | <koz_> | Hoogle does this periodically. |
| 2021-03-04 03:54:28 | → | polyrain joins (~polyrain@2001:8003:e4d8:4101:6ceb:5781:5054:5a4) |
| 2021-03-04 03:54:56 | → | conal joins (~conal@64.71.133.70) |
| 2021-03-04 03:55:10 | × | conal quits (~conal@64.71.133.70) (Client Quit) |
| 2021-03-04 03:55:35 | × | Gunni1 quits (~Gunni@139.28.218.148) (Remote host closed the connection) |
| 2021-03-04 03:58:22 | × | polyrain quits (~polyrain@2001:8003:e4d8:4101:6ceb:5781:5054:5a4) (Client Quit) |
| 2021-03-04 03:58:32 | → | conal_ joins (~conal@64.71.133.70) |
| 2021-03-04 03:58:42 | × | conal_ quits (~conal@64.71.133.70) (Client Quit) |
| 2021-03-04 04:02:25 | × | barnowl quits (~barnowl@gateway/tor-sasl/barnowl) (Remote host closed the connection) |
| 2021-03-04 04:02:34 | × | jpds quits (~jpds@gateway/tor-sasl/jpds) (Remote host closed the connection) |
| 2021-03-04 04:02:52 | → | conal joins (~conal@64.71.133.70) |
| 2021-03-04 04:02:52 | × | conal quits (~conal@64.71.133.70) (Client Quit) |
| 2021-03-04 04:03:05 | → | barnowl joins (~barnowl@gateway/tor-sasl/barnowl) |
| 2021-03-04 04:03:14 | → | jpds joins (~jpds@gateway/tor-sasl/jpds) |
| 2021-03-04 04:04:04 | × | dxld quits (~dxld@rush.pub.dxld.at) (Ping timeout: 240 seconds) |
| 2021-03-04 04:04:53 | × | finn_elija quits (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) (Ping timeout: 268 seconds) |
| 2021-03-04 04:06:23 | → | finn_elija joins (~finn_elij@gateway/tor-sasl/finnelija/x-67402716) |
| 2021-03-04 04:06:24 | → | ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta) |
All times are in UTC.