quickterm-0.2.4.0: An interface for describing and executing terminal applications

Safe HaskellSafe
LanguageHaskell2010

System.Console.Quickterm.Deserializer

Synopsis

Documentation

newtype Deserializer a Source #

Deserializers are used in marshaling process of cmd-line parameters.

Constructors

Deserializer 

Fields

tryConvert :: (String -> [(a, Int)]) -> Deserializer a Source #

A pure computation abstraction layer for the Deserializer.