CurryInfo: opt-parse-3.0.0 / OptParse.printUsage

definition:
printUsage :: String -> Int -> ParseSpec a -> IO ()
printUsage prog w spec = B.printBox $ usageBox prog w spec
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Print usage information for a command line parser specification.
---
--- @param p the name of the current program
--- @param c the maximum number of columns to use
--- @param p the parser specification
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> _}
name:
printUsage
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.Int -> ParseSpec a -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term