CurryInfo: html2-3.5.0 / HTML.Styles.Bootstrap4.eTarget

definition:
 
eTarget :: HTML h => h -> h
eTarget hexp = hexp `addAttr` ("target","_blank")
demand:
 argument 1
deterministic:
 deterministic operation
documentation:
 
Transforms a hypertext reference into an external one
which opens on a new page.
Basically, the attribute `target="_blank"` is added.
failfree:
 (_, _)
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_,_) |-> _}
name:
 eTarget
precedence:
 no precedence defined
result-values:
 _
signature:
 HTML.Base.HTML a => a -> a
solution-complete:
 operation might suspend on free variables
terminating:
 yes
totally-defined:
 reducible on all ground data terms