CurryInfo: opt-parse-3.0.0 / OptParse.help

definition:
help :: String -> Mod
help s = Mod id (\a -> a { helpText = Just s })
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Set the help text of an argument. Used to print usage information.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {Mod}}
name:
help
precedence:
no precedence defined
result-values:
{Mod}
signature:
String -> Mod
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms