CurryInfo: flatcurry-4.0.0 / FlatCurry.Show.showCurryVar

definition:
showCurryVar :: Show a => a -> String
showCurryVar i = "v" ++ show i
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
showCurryVar
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Show a => a -> String
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms