definition: |
writeConnection :: String -> Connection -> IO () writeConnection str (SQLiteConnection h) = hPutAndFlush h str |
demand: |
argument 2 |
deterministic: |
deterministic operation |
documentation: |
--- Write a `String` to a `Connection`. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{SQLiteConnection}) |-> _} |
name: |
writeConnection |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> Connection -> Prelude.IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |