CurryInfo: spicey-4.2.0 / Spicey.GenerationHelper.isGenerated

definition:
isGenerated :: Entity -> Bool
isGenerated (Entity _ attrs) = null (filter (not . isForeignKey) attrs)
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- An entity is generated (to represent many-to-many relations)
-- if all attributes are foreign keys
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Entity}) |-> {False,True}}
name:
isGenerated
precedence:
no precedence defined
result-values:
{False,True}
signature:
Database.ERD.Entity -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms