typed-wire-utils-0.1.0.0: Haskell utility library required for code generated by typed-wire compiler

Safe HaskellNone
LanguageHaskell2010

Text.TypedWire

Synopsis

Documentation

newtype AsBase64 Source

Usual bytestrings, but with base64 aeson repr

Constructors

AsBase64 

Fields

unBase64 :: ByteString
 

eatBool :: Bool -> Parser () Source

Enforce bool and ignore it