hMPC-0.1.0.2: Multiparty Computation in Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Parser

Synopsis

Documentation

getArgParser :: IO Options Source #

Return parser results for command line arguments passed to the hMPC runtime.

getArgParserExtra Source #

Arguments

:: Parser a 
-> IO (Options, a)

include a user specified parser

Return parser for command line arguments passed to the hMPC runtime.