Skip to content
This repository was archived by the owner on Jun 13, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 307 Bytes

48e4ac8b.md

File metadata and controls

8 lines (6 loc) · 307 Bytes
title date
Strings vs Text vs ByteString
2020-05-06

Haskell has five string types: String, strict and lazy Text, and strict and lazy ByteString.

Read Eat Haskell String Types for Breakfast for an explanation of differences between them.