definition: |
doneT :: Transaction () doneT = transIO (return ()) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Returns the unit value in a transaction that does not access the --- database. Useful to ignore results when composing transactions. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {Trans}} |
name: |
doneT |
precedence: |
no precedence defined |
result-values: |
{Trans} |
signature: |
Transaction () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |