Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

chessai/string

Repository files navigation

string

Hackage BSD3 license Build Status

String library for Haskell with sensible defaults

  • UTF-8
  • strict only (no lazy String abstraction, this should be done with a proper streaming abstraction, not a linked list)
  • no stream fusion (predictable performance)
  • rich Builder API
  • control over pinnedness
  • seamless FFI integration