CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Build.pVars

definition:
pVars :: Int -> [CPattern]
pVars n = [CPVar (i,"x"++show i) | i<-[0..n-1]] 
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Constructs, for given n, a list of n PVars starting from 0.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {:,[]}}
name:
pVars
precedence:
no precedence defined
result-values:
{:,[]}
signature:
Prelude.Int -> [AbstractCurry.Types.CPattern]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term