Skip to content

Commit aa15ef8

Browse files
committed
Remove orphan Bounded Char instances
1 parent 24a912f commit aa15ef8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Data/Char.purs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,3 @@ foreign import toLower :: Char -> Char
2323

2424
-- | Converts a character to uppercase.
2525
foreign import toUpper :: Char -> Char
26-
27-
-- | Characters fall within the Unicode range.
28-
instance boundedChar :: Bounded Char where
29-
top = fromCharCode zero
30-
bottom = fromCharCode 65535

0 commit comments

Comments
 (0)