CurryInfo: stylechecker-2.0.0 / Pretty.ToString.getLineNumDoc

definition:
getLineNumDoc :: SrcLine -> Doc
getLineNumDoc l = lineColor $ empty <+> text (show (fst l)) <+> text "|"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Creates 0|
--         1|
--         2|
-- in front of code excerpt.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
getLineNumDoc
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