|
definition: |
entityInterface :: [Attribute] -> [String] -> [(String,String)] -> CTypeExpr
entityInterface attrlist manyToOne manyToMany =
tupleType (map attrType attrlist ++
map ctvar manyToOne ++
map (\ (e,_) -> listType (ctvar e)) manyToMany)
|
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
failfree: |
<FAILING> |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_,_) |-> _}
|
|
name: |
entityInterface |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
[Database.ERD.Attribute] -> [String] -> [(String, String)] -> AbstractCurry.Types.CTypeExpr |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
possibly non-reducible on same data term |