CurryInfo: html2-3.5.0 / HTML.Base.href

definition:
href :: HTML h => String -> [h] -> h
href ref = htmlStruct "a" [("href",ref)]
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Hypertext reference
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
href
precedence:
no precedence defined
result-values:
_
signature:
HTML a => String -> [a] -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms