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