CurryInfo: spicey-4.2.0 / Spicey.ViewGeneration.entityInterface

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