CurryInfo: html2-3.5.0 / HTML.Base.password

definition:
password :: HtmlRef -> HtmlExp
password cref
  | cref =:= HtmlRef ref -- instantiate cref argument
  = HtmlInput cref
       (HtmlStruct "input" [("type","password"),("name",ref)] [])
 where
   ref free
demand:
argument 1
deterministic:
possibly non-deterministic operation
documentation:
--- Input text field (where the entered text is obscured) with a reference
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {HtmlInput}}
name:
password
precedence:
no precedence defined
result-values:
{HtmlInput}
signature:
HtmlRef -> HtmlExp
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term