CurryInfo: ertools-3.0.0 / Database.ERD.Goodies.isEntityNamed

definition: Info
 
isEntityNamed :: String -> Entity -> Bool
isEntityNamed n e = entityName e == n
demand: Info
 arguments 1 2
deterministic: Info
 deterministic operation
documentation: Info
 
Is this an entity with a given name?
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 isEntityNamed
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> Database.ERD.Entity -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms