Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data PlatformConstants Source #
Instances
Read PlatformConstants Source # | |
Defined in GHC.Platform.Constants | |
Show PlatformConstants Source # | |
Defined in GHC.Platform.Constants | |
Eq PlatformConstants Source # | |
Defined in GHC.Platform.Constants (==) :: PlatformConstants -> PlatformConstants -> Bool # (/=) :: PlatformConstants -> PlatformConstants -> Bool # | |
Ord PlatformConstants Source # | |
Defined in GHC.Platform.Constants compare :: PlatformConstants -> PlatformConstants -> Ordering # (<) :: PlatformConstants -> PlatformConstants -> Bool # (<=) :: PlatformConstants -> PlatformConstants -> Bool # (>) :: PlatformConstants -> PlatformConstants -> Bool # (>=) :: PlatformConstants -> PlatformConstants -> Bool # max :: PlatformConstants -> PlatformConstants -> PlatformConstants # min :: PlatformConstants -> PlatformConstants -> PlatformConstants # |