definition: |
runQ :: Query a -> IO a runQ (Query a) = a |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Runs a database query in the IO monad. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Query}) |-> _} |
name: |
runQ |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Query a -> Prelude.IO a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |