| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
PlutusTx.Integer
Synopsis
- data Integer
Documentation
Arbitrary precision integers. In contrast with fixed-size integral types
such as Int, the Integer type represents the entire infinite range of
integers.
For more information about this type's representation, see the comments in its implementation.