tahoe-chk-0.2.0.0: The Tahoe-LAFS' Content-Hash-Key (CHK) cryptographic protocol.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Tahoe.CHK.Parsing

Synopsis

Documentation

bounded Source #

Arguments

:: (MonadParsec e s m, Ord n, Integral n) 
=> m Integer

A parser for an arbitrarily large integral value.

-> n

The smallest allowed value.

-> n

The largest allowed value.

-> m n

A parser that succeeds only for integers within the given bounds.

Parse an integral with lower and upper value constraints.