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 24a912f commit aa15ef8Copy full SHA for aa15ef8
src/Data/Char.purs
@@ -23,8 +23,3 @@ foreign import toLower :: Char -> Char
23
24
-- | Converts a character to uppercase.
25
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