enum-text

A text rendering and parsing toolkit for enumerated types. Please see the README on GitHub at https://github.com/cdornan/enum-text#readme


Keywords
library, text, Propose Tags , Text.Enum.Text, fmt
License
BSD-3-Clause
Install
cabal install enum-text-0.5.3.0

Documentation

enum-text

This repository contains the source code for three Haskell packages:

  • enum-text, the main package containing a rendering and parsing toolkit for enumerated types;

  • possibly, a dependent utility package containing type Possibly a = Either a String in Data.Possibly;

  • enum-utf8, an experimental package that provides an enum-text like toolkit for Utf8 from render-utf8.

See the READMEs and source code of each of the packages for details.