Newest at the top
2024-11-13 08:20:57 +0100 | <EvanR> | carbolymer, ^ |
2024-11-13 08:20:53 +0100 | <yahb2> | 🦟 |
2024-11-13 08:20:53 +0100 | <EvanR> | % putStrLn "🦟" |
2024-11-13 08:19:51 +0100 | <EvanR> | maybe it's lexically illegal |
2024-11-13 08:19:41 +0100 | <EvanR> | it's a private use character |
2024-11-13 08:19:33 +0100 | <probie> | s/11/19/ |
2024-11-13 08:19:19 +0100 | peterbecich | (~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 264 seconds) |
2024-11-13 08:19:18 +0100 | <probie> | I'm 80% sure 0F 11 9F isn't a valid utf-16 encoding either |
2024-11-13 08:18:56 +0100 | <lambdabot> | PrivateUse |
2024-11-13 08:18:55 +0100 | <EvanR> | > generalCategory '\989599' |
2024-11-13 08:18:45 +0100 | <lambdabot> | '\989599' |
2024-11-13 08:18:43 +0100 | <mauke> | > chr 989599 |
2024-11-13 08:18:40 +0100 | <lambdabot> | lexical error in string/character literal at character '\989599' |
2024-11-13 08:18:40 +0100 | <lambdabot> | <hint>:1:18: error: |
2024-11-13 08:18:39 +0100 | <EvanR> | > generalCategory '󱦟' |
2024-11-13 08:18:34 +0100 | <lambdabot> | *Exception: Prelude.chr: bad argument: 1114112 |
2024-11-13 08:18:32 +0100 | <mauke> | > chr 1114112 |
2024-11-13 08:17:36 +0100 | <EvanR> | I'm lost |
2024-11-13 08:16:41 +0100 | <EvanR> | though 989599 isn't |
2024-11-13 08:16:28 +0100 | <lambdabot> | '\1114111' |
2024-11-13 08:16:27 +0100 | <EvanR> | > maxBound :: Char |
2024-11-13 08:16:01 +0100 | <EvanR> | is that glyph showing 0F199F because that's out of range |
2024-11-13 08:15:41 +0100 | <EvanR> | um |
2024-11-13 08:14:05 +0100 | <carbolymer> | ok that's utf-16 |
2024-11-13 08:13:23 +0100 | <probie> | That's not a unicode character |
2024-11-13 08:13:14 +0100 | <probie> | By just putting it in the source |
2024-11-13 08:11:36 +0100 | <carbolymer> | how do I put unicode into the source code? |
2024-11-13 08:11:27 +0100 | <lambdabot> | lexical error in string/character literal at character '\989599' |
2024-11-13 08:11:27 +0100 | <lambdabot> | <hint>:1:11: error: |
2024-11-13 08:11:25 +0100 | <carbolymer> | > putStrLn "󱦟" |
2024-11-13 07:54:05 +0100 | hughjfchen | (~hughjfche@vmi556545.contaboserver.net) hughjfchen |
2024-11-13 07:53:31 +0100 | notzmv | (~daniel@user/notzmv) (Ping timeout: 264 seconds) |
2024-11-13 07:52:19 +0100 | acidjnk_new3 | (~acidjnk@p200300d6e7283f71e1b1d5072338b10c.dip0.t-ipconnect.de) acidjnk |
2024-11-13 07:51:34 +0100 | hughjfchen | (~hughjfche@vmi556545.contaboserver.net) (Client Quit) |
2024-11-13 07:50:08 +0100 | hughjfchen | (~hughjfche@vmi556545.contaboserver.net) hughjfchen |
2024-11-13 07:49:43 +0100 | hughjfchen | (~hughjfche@vmi556545.contaboserver.net) (Quit: WeeChat 4.2.2) |
2024-11-13 07:38:53 +0100 | foul_owl | (~kerry@185.216.231.180) foul_owl |
2024-11-13 07:36:42 +0100 | rvalue | (~rvalue@user/rvalue) rvalue |
2024-11-13 07:36:11 +0100 | rvalue | (~rvalue@user/rvalue) (Read error: Connection reset by peer) |
2024-11-13 07:34:19 +0100 | Square | (~Square@user/square) (Ping timeout: 264 seconds) |
2024-11-13 07:31:13 +0100 | Square2 | (~Square4@user/square) Square |
2024-11-13 07:26:58 +0100 | takuan | (~takuan@178-116-218-225.access.telenet.be) |
2024-11-13 07:26:22 +0100 | alphazone | (~alphazone@2.219.56.221) |
2024-11-13 07:24:26 +0100 | foul_owl | (~kerry@185.216.231.181) (Ping timeout: 255 seconds) |
2024-11-13 06:51:42 +0100 | michalz | (~michalz@185.246.207.201) |
2024-11-13 06:18:45 +0100 | gmg | (~user@user/gehmehgeh) (Remote host closed the connection) |
2024-11-13 06:17:37 +0100 | <lambdabot> | (Ixed s, Monoid (IxValue s)) => Index s -> s -> IxValue s |
2024-11-13 06:17:36 +0100 | <Axman6> | @type \x -> view (ix x) `asAppliedTo` undefined |
2024-11-13 06:17:20 +0100 | <Axman6> | I was trying to get it to expand the m to a function |
2024-11-13 06:16:58 +0100 | <Axman6> | it's just const with a resticted type, like all the things in lens which are just id |