We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9968b3f commit 241161fCopy full SHA for 241161f
src/Data/Char.purs
@@ -20,7 +20,3 @@ foreign import fromCharCode :: Int -> Char
20
instance boundedChar :: Bounded Char where
21
top = fromCharCode zero
22
bottom = fromCharCode 65535
23
-
24
--- | Characters can be rendered as a string with `show`.
25
-instance showChar :: Show Char where
26
- show c = "Char " ++ show (toString c)
0 commit comments