-
Couldn't load subscription status.
- Fork 3
Open
Description
@natefaubion pointed out this dependency. We should probably just inline this:
-- | Selects ASCII digits, i.e. `0..9`.
isDigit :: Char -> Boolean
isDigit c = let diff = (toCharCode c - toCharCode '0')
in diff <= 9 && diff >= 0Metadata
Metadata
Assignees
Labels
No labels