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

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