CurryInfo: stylechecker-2.0.0 / Pretty.ToString.posToDoc

definition:
posToDoc :: Position -> Doc
posToDoc (Position line column) =
  text ((show line) ++ ":" ++ (show column))
posToDoc NoPos = error "posToDoc: NoPos"
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Renders a `Position` to `Doc`.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Position}) |-> {Doc}}
name:
posToDoc
precedence:
no precedence defined
result-values:
{Doc}
signature:
Curry.Position.Position -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term