icicle-lang / p-ambiata

The prelude.
BSD 3-Clause "New" or "Revised" License
16 stars 7 forks source link

Text and ByteString #76

Open jacobstanley opened 8 years ago

jacobstanley commented 8 years ago

I think it would be good to have the types for strict Text and ByteString available all the time.

I don't think it's a problem that there is also lazy variants of these, because I feel that if you're using those then you probably should qualify them (e.g. Lazy.Text / Lazy.ByteString or similar)

Potentially having NonEmpty, Set, Map, HashSet and HashMap would be nice too.

thumphries commented 8 years ago

Text is now shipping

olorin commented 8 years ago

+1 for NonEmpty too