definition: |
idOfHtmlRef :: HtmlRef -> String idOfHtmlRef (HtmlRef i) = i |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Internal identifier of a HtmlRef (intended only for internal use in other --- libraries!). |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({HtmlRef}) |-> _} |
name: |
idOfHtmlRef |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
HtmlRef -> String |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |