CurryInfo: html2-3.5.0 / HTML.Base.hiddenField

definition:
hiddenField :: HTML h => String -> String -> h
hiddenField name value =
  htmlStruct "input" [("type","hidden"),("name",name),("value",value)] []
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- A hidden field to pass a value referenced by a fixed name.
--- This function should be used with care since it may cause
--- conflicts with the CGI-based implementation of this library.
failfree:
(_, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_) |-> _}
name:
hiddenField
precedence:
no precedence defined
result-values:
_
signature:
HTML a => String -> String -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms