Skip to content

v3.3.0

Choose a tag to compare

@hdgarrood hdgarrood released this 10 Jul 15:28
· 93 commits to master since this release
  • 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)
  • Fix a typo in the documentation (@ijks)