CurryInfo: html2-3.5.0 / HTML.Base.simpleFormDefWithID

definition:
simpleFormDefWithID :: String -> [HtmlExp] -> HtmlFormDef ()
simpleFormDefWithID fid hexps = HtmlFormDef fid (return ()) (const hexps)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- A definition of a simple form, which does not require session data,
--- with a unique identifier (usually, the qualified name of the
--- operation defining the form).
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {HtmlFormDef}}
name:
simpleFormDefWithID
precedence:
no precedence defined
result-values:
{HtmlFormDef}
signature:
String -> [HtmlExp] -> HtmlFormDef ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms