You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new module Data.String.CodePoints, which treats strings as sequences of Unicode code points rather than sequences of UTF-16 code units. In the future we may swap this module with Data.String. (@michaelficarra)