definition: |
createUnderLineNumDoc :: SrcLine -> Doc createUnderLineNumDoc l = lineColor $ text ((replicate (length (show (fst l))) ' ') ++ " | ") |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- Same as `getLineNumDoc` but for the underline line. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
createUnderLineNumDoc |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
(Prelude.Int, String) -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |