definition: |
squotes :: Doc -> Doc squotes = enclose squote squote |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Document `(squotes x)` encloses document `x` with single quotes `"'"`. --- @param x - a document --- @return document x enclosed by single quotes |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {enclose}} |
name: |
squotes |
precedence: |
no precedence defined |
result-values: |
{enclose} |
signature: |
Text.PrettyImpl.Doc -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |