Popularity
3.4
Declining
Activity
0.0
Stable
6
3
0

Monthly Downloads: 19
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Control    
Latest version: v1.2.0

to alternatives and similar packages

Based on the "Control" category.
Alternatively, view to alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of to or a related project?

Add another 'Control' Package

README

to

to contains type conversions for popular Haskell types. All provided conversions are safe and boring.

Why?

  • No orphan instances (rules out conversion).

  • Descriptive names (rules out string-conversions which lets people use cs).

  • Does not mix conversion and rendering (rules out bytestring-conversions).

  • Encourages lenient decoding (rules out text and string-conv).

  • Requires specifying encoding.

TODO

  • Numbers
  • Vectors, sequences
  • ShortByteString and Data.ByteString.Builder