definition:
|
classConstraint :: String -> String -> [CTVarIName] -> [CConstraint]
classConstraint className module' = map (\n -> ((module', className), [CTVar n]))
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Generates the rwClass constraint for all type variables.
--- Given a type
--- data T t1 ... tn = ...
--- This function can be used to derive all constraints necessary to generate the instance header
--- instance (ReadWrite t1, ..., ReadWrite tn) => ReadWrite (T t1 ... tn)
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_) |-> {map}}
|
name:
|
classConstraint
|
precedence:
|
no precedence defined
|
result-values:
|
{map}
|
signature:
|
String -> String -> [(Prelude.Int, String)]
-> [((String, String), [AbstractCurry.Types.CTypeExpr])]
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|