CurryInfo: pflp-2.1.0 / PFLP.pick

definition:
pick :: RT a -> a
pick rt = rt ()
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Triggers the evaluation of a run-time choice value (see type synonym 'RT').
--- Everytime a run-time choice value is evaluated, a new choice is made.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
pick
precedence:
no precedence defined
result-values:
_
signature:
(() -> a) -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms