definition: |
withHTMLContext :: CTypeExpr -> CQualTypeExpr withHTMLContext = singleClassType (html "HTML") htmlTVar |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- Attach the type class `HTML` with type variable to a type expression. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {singleClassType}} |
name: |
withHTMLContext |
precedence: |
no precedence defined |
result-values: |
{singleClassType} |
signature: |
AbstractCurry.Types.CTypeExpr -> AbstractCurry.Types.CQualTypeExpr |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |