Skip to content

Commit 241161f

Browse files
committed
Remove Show instance for Char, we have that in Prelude
1 parent 9968b3f commit 241161f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Data/Char.purs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ foreign import fromCharCode :: Int -> Char
2020
instance boundedChar :: Bounded Char where
2121
top = fromCharCode zero
2222
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

Comments
 (0)