CurryInfo: icurry-3.2.0 / ICurry.Interpreter.step

definition:
step :: State -> State
step st = evalFirstTask st (tasks st)
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- The small step.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
step
precedence:
no precedence defined
result-values:
_
signature:
State -> State
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term