About

Metadata

  • Last updated , by ThomasEding
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: Thomas Eding

  • Lottery factor: 0

Links

Installation

Readme

read-bounded

Library for reading in values that have bounded representations.

> readBounded "1" :: BoundedRead Word8
ExactRead 1
> readBounded "1000" :: BoundedRead Word8
ClampedRead 255
> readBounded "" :: BoundedRead Word8
NoRead