| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Codec.Binary.Base91
Description
A Generic Base91 Encoder & Decoder
Documentation
type Input i e = (MonoFoldable i, Element i ~ e) Source
An input sequence i containing elements of type e.
type Output o e = (MonoPointed o, Element o ~ e, Monoid o) Source
An output sequence o containing elements of type e.