CurryInfo: plural-arguments-3.1.0 / Language.Curry.Plural.plural

definition:
plural :: PluralArg a -> a
plural (PluralArg pfun) = pfun ()
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Access a plural argument by applying the wrapped operation.
--- Thus, each use of a plural argument parameter `x` in the right-hand side
--- must be replaced by `(plural x)`.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({PluralArg}) |-> _}
name:
plural
precedence:
no precedence defined
result-values:
_
signature:
PluralArg a -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms