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

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