Skip to content

Commit 6bbabd8

Browse files
committed
🤦
1 parent 0903ec7 commit 6bbabd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Data/Char.purs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ module Data.Char
44
, fromCharCode
55
) where
66

7+
import Data.Enum (fromEnum, toEnum)
8+
import Data.Maybe (Maybe)
9+
710
-- | Returns the numeric Unicode value of the character.
811
toCharCode :: Char -> Int
912
toCharCode = fromEnum

0 commit comments

Comments
 (0)