add 'isAscii' and 'isSymbol' from Haskell's Data.Char
cdepillabout opened this issue · 3 comments
cdepillabout commented
I'd like to have some functions from Haskell's Data.Char available, like isAscii and isSymbol.
Would a PR adding these be accepted?
paf31 commented
👍
cdepillabout commented
So this ended up being much more difficult than I originally imagined.
I made a PR at #57.
cdepillabout commented
This has been released as the purescript-unicode package.