purescript / purescript-strings

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

Add isEmpty and deprecate null #162

Open sigma-andex opened 2 years ago

sigma-andex commented 2 years ago

Description of the change

Adds a human-friendly isEmpty and deprecate null.

Related: https://github.com/purescript/purescript-arrays/pull/222

Checklist: