base91-1.0.1: A Base91 Encoder & Decoder

Safe HaskellSafe-Inferred
LanguageHaskell98

Codec.Binary.Base91.Control

Documentation

class Monoid a => Applicative' a where Source

Associated Types

type Item a :: * Source

Methods

pure' :: Item a -> a Source

class Foldable' f where Source

Associated Types

type Element f :: * Source

Methods

fold' :: (x -> Element f -> x) -> x -> f -> x Source