| Safe Haskell | Trustworthy |
|---|
System.Console.Wizard.Pure
Documentation
The Pure backend supports only simple input and output.
Support for Password and LinePrewritten features can be added with
a shim from System.Console.Wizard.Shim.
data UnexpectedEOI Source
Thrown if the wizard ever unexpectedly runs out of input.
Constructors
| UnexpectedEOI |