CurryInfo: rw-data-generator-2.0.0 / RW.Monad.getFunctionLayouts

definition:
getFunctionLayouts :: RWM [FunctionLayout]
getFunctionLayouts = RWM $ \rt@(Runtime{functionLayouts=fl}) -> (fl, rt)
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
getFunctionLayouts
precedence:
no precedence defined
result-values:
_
signature:
RWM [FunctionLayout]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms