morley-client-0.1.1: Client to interact with the Tezos blockchain
Safe HaskellNone
LanguageHaskell2010

Morley.Client.Parser

Synopsis

Documentation

addressOrAliasOption :: Maybe AddressOrAlias -> ("name" :! String) -> ("help" :! String) -> Parser AddressOrAlias Source #

Generic parser to read an option of AddressOrAlias type.

parserInfo :: ("usage" :! Doc) -> ("description" :! String) -> ("header" :! String) -> ("parser" :! Parser s) -> ParserInfo s #

Parser utilities

baseUrlReader :: ReadM BaseUrl Source #

Utility reader to use in parsing BaseUrl.