CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Pretty.ppVarIndex

definition:
ppVarIndex :: VarIndex -> Doc
ppVarIndex i | i < 0     = text $ 'x' : show (negate i)
             | otherwise = text $ 'v' : show i
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- pretty-print a variable
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
ppVarIndex
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Int -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term