CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Build.singleCConstraint

definition:
 
singleCConstraint :: QName -> CTypeExpr -> CConstraint
singleCConstraint qc clsarg = (qc,[clsarg])
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
A class constraint with a single parameter.
The arguments are the class name and the type parameter of the class.
failfree:
 (_, _)
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_,_) |-> {(,)}}
name:
 singleCConstraint
precedence:
 no precedence defined
result-values:
 {(,)}
signature:
 (String, String) -> AbstractCurry.Types.CTypeExpr
-> ((String, String), [AbstractCurry.Types.CTypeExpr])
solution-complete:
 operationally complete operation
terminating:
 yes
totally-defined:
 reducible on all ground data terms