CurryInfo: html2-3.5.0 / HTML.Base.formDefRead

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