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

definition:
pInt :: Int -> CPattern
pInt x = CPLit (CIntc x)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Converts an integer into an AbstractCurry expression.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {CPLit}}
name:
pInt
precedence:
no precedence defined
result-values:
{CPLit}
signature:
Prelude.Int -> AbstractCurry.Types.CPattern
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms