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

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