Safe Haskell | None |
---|---|
Language | GHC2021 |
Documentation
data PlatformConstants Source #
Instances
Read PlatformConstants Source # | |
Defined in GHC.Platform.Constants | |
Show PlatformConstants Source # | |
Defined in GHC.Platform.Constants showsPrec :: Int -> PlatformConstants -> ShowS # show :: PlatformConstants -> String # showList :: [PlatformConstants] -> ShowS # | |
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 # |