definition: |
deDoc :: Doc -> Tokens -> Tokens deDoc (Doc d) = d |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Extract the internal representation from a document. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Doc}) |-> _} |
name: |
deDoc |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Doc -> Tokens -> Tokens |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |