purescript / purescript-strings

String utility functions, Char type, regular expressions.
BSD 3-Clause "New" or "Revised" License
54 stars 71 forks source link

Remove references to `codePointToInt` #135

Closed emiel closed 3 years ago

emiel commented 3 years ago

The codePointToInt function is no longer available but is still referenced in a few documentation examples. Here we replace it with fromEnum.