CurryInfo: julia-3.0.0 / Language.Julia.Pretty.ppVar

definition:
ppVar :: Int -> Doc
ppVar v = text . ('x':) . show $ v
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Pretty print a variable. Variables are printed as x0, x1, ...
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
ppVar
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