definition: |
fromFormReader :: FormReader a -> IO a fromFormReader (FormReader a) = a |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Transforms a `FormReader` action into a standard IO action. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({FormReader}) |-> _} |
name: |
fromFormReader |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
FormReader a -> Prelude.IO a |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |