definition: |
image :: HTML h => String -> String -> h image src alt = htmlStruct "img" [("src",src),("alt",htmlQuote alt)] [] |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Image --- @param src - the URL of the image --- @param alt - the alternative text shown instead of the image |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> _} |
name: |
image |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
HTML a => String -> String -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |