CurryInfo: spicey-4.2.0 / Spicey.GenerationHelper.hasDateAttribute

definition: Info
 
hasDateAttribute :: [Attribute] -> Bool
hasDateAttribute = any isDate
 where
  isDate (Attribute _ domain _ _) = case domain of
    DateDom _   -> True
    _           -> False
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {.._#lambda508}}
name: Info
 hasDateAttribute
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 [Database.ERD.Attribute] -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms