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

definition:
cInt :: Int -> CExpr
cInt x = CLit (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:
{(_) |-> {CLit}}
name:
cInt
precedence:
no precedence defined
result-values:
{CLit}
signature:
Prelude.Int -> AbstractCurry.Types.CExpr
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms