purescript/purescript-strings

add 'isAscii' and 'isSymbol' from Haskell's Data.Char

cdepillabout opened this issue · 3 comments

I'd like to have some functions from Haskell's Data.Char available, like isAscii and isSymbol.

Would a PR adding these be accepted?

👍

So this ended up being much more difficult than I originally imagined.

I made a PR at #57.

This has been released as the purescript-unicode package.