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

definition:
ppTVarIndex :: TVarIndex -> Doc
ppTVarIndex i = text $ vars !! i
  where vars = [ chr c : if n == 0 then [] else show n
               | n <- [0 ..], c <- [ord 'a' .. ord 'z']
               ]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- pretty-print a type variable
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
ppTVarIndex
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