CurryInfo: ertools-3.0.0 / Database.ERD.ToKeyDB.isSQLite

definition: Info
 
isSQLite :: Option -> Bool
isSQLite (storage,_) =
  case storage of SQLite _ -> True
                  _        -> False
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Should SQLite interface be generated?
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({(,)}) |-> _}
name: Info
 isSQLite
precedence: Info
 no precedence defined
result-values: Info
 {False,True}
signature: Info
 (Storage, ConsistencyTest) -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms