CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Transform.trCContext

definition:
trCContext :: ([CConstraint] -> a) -> CContext -> a
trCContext ctxt (CContext constrs) = ctxt constrs
demand:
arguments 1 2
deterministic:
deterministic operation
documentation:
--- Transforms a class context.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{CContext}) |-> _}
name:
trCContext
precedence:
no precedence defined
result-values:
_
signature:
([((String, String), [AbstractCurry.Types.CTypeExpr])] -> a)
-> AbstractCurry.Types.CContext -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms