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

definition:
setLayoutChoice :: LayoutChoice -> Options -> Options
setLayoutChoice lc o = o { layoutChoice = lc }
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Sets the preferred layout in the pretty printer options.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{Options}) |-> {Options}}
name:
setLayoutChoice
precedence:
no precedence defined
result-values:
{Options}
signature:
LayoutChoice -> Options -> Options
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms