CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Pretty.setShowLocalSigs

definition:
setShowLocalSigs :: Bool -> Options -> Options
setShowLocalSigs ls o = o { showLocalSigs = ls }
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Whether or not type signatures of local functions should be shown.
--- In some instances, it might be necessary to show the signature 
--- of a local function, e.g., if the function's type cannot be inferred.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{Options}) |-> {Options}}
name:
setShowLocalSigs
precedence:
no precedence defined
result-values:
{Options}
signature:
Prelude.Bool -> Options -> Options
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms