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

Safe HaskellNone
LanguageHaskell2010

System.Console.Quickterm.Internal

Synopsis

Documentation

newtype Quickterm a Source #

Quickterm represents a non-deterministic calculation of a most predictable |command based on a breadth-first parsing strategy. The Quickterm is applied |to a [String] to achieve parsing of command line arguments.

Constructors

Quickterm 

Fields