Ticket #143 (new modification)

Opened 14 months ago

Last modified 14 months ago

add an opaque Text type to the language standard

Reported by: GregWeber Owned by:
Milestone: Haskell 2011 Keywords:
Cc: Section: N/A or multiple
State: discussion

Description (last modified by GregWeber) (diff)

Add the Text datatype to the language.

The text package for GHC exposes a Text datatype that represents a string.

The current String = [Char] standard has issues with

  • efficiency: there are more efficient representations than linked lists
  • correctness: for Unicode correctness, one must operate on a string as a whole rather than individual code points

see OpaqueText

Change History

Changed 14 months ago by GregWeber

  • description modified (diff)
Note: See TracTickets for help on using tickets.