Safe Haskell | None |
---|---|
Language | Haskell2010 |
Signed primitive integers
Synopsis
- type family IntAtLeast (n :: Nat) where ...
- type family IntN (n :: Nat) where ...
- module GHC.Int
- data Int# :: TYPE IntRep
- (+#) :: Int# -> Int# -> Int#
- (-#) :: Int# -> Int# -> Int#
- (==#) :: Int# -> Int# -> Int#
- (>#) :: Int# -> Int# -> Int#
- (<#) :: Int# -> Int# -> Int#
- (>=#) :: Int# -> Int# -> Int#
- (<=#) :: Int# -> Int# -> Int#
- isTrue# :: Int# -> Bool