CurryInfo: html2-3.5.0 / HTML.Base.setFormDefId

definition:
setFormDefId :: String -> HtmlFormDef a -> HtmlFormDef a
setFormDefId fid (HtmlFormDef _ readact formgen) =
  HtmlFormDef fid readact formgen
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Sets the identifier of a form definition.
--- Only intended for internal use in the `curry2cgi` translator.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{HtmlFormDef}) |-> {HtmlFormDef}}
name:
setFormDefId
precedence:
no precedence defined
result-values:
{HtmlFormDef}
signature:
String -> HtmlFormDef a -> HtmlFormDef a
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms