CurryInfo: html2-3.5.0 / HTML.Base.verbatim

definition:
verbatim :: HTML h => String -> h
verbatim s = hStruct "pre" [htmlText (htmlQuote s)]
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Verbatim (unformatted), special characters (<,>,&,")
--- are quoted.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
verbatim
precedence:
no precedence defined
result-values:
_
signature:
HTML a => String -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term