Description
Unsigned integer types.
Unsigned integral types Notesnegate
should not raise an error on negative arguments.fromIntegral
, which is specialized for all the common cases so should be fast enough. Coercing word types to and from integer types preserves representation, not sign.Natural
providing an unbounded size unsigned integer, just as Integer
provides unbounded size signed integers. We do not do that yet since there is no demand for it.Enum
instances over a bounded type such as Int
(see the section of the Haskell report dealing with arithmetic sequences) also hold for the Enum
instances over the various Word
types defined here.1 << 32 == 1
in some C implementations.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4