GHC.Platform.Constants
data PlatformConstants Source #
Constructors
Fields
Defined in GHC.Platform.Constants
Methods
readsPrec :: Int -> ReadS PlatformConstants #
readList :: ReadS [PlatformConstants] #
readPrec :: ReadPrec PlatformConstants #
readListPrec :: ReadPrec [PlatformConstants] #
showsPrec :: Int -> PlatformConstants -> ShowS #
show :: PlatformConstants -> String #
showList :: [PlatformConstants] -> ShowS #
(==) :: PlatformConstants -> PlatformConstants -> Bool #
(/=) :: PlatformConstants -> PlatformConstants -> Bool #
compare :: PlatformConstants -> PlatformConstants -> Ordering #
(<) :: PlatformConstants -> PlatformConstants -> Bool #
(<=) :: PlatformConstants -> PlatformConstants -> Bool #
(>) :: PlatformConstants -> PlatformConstants -> Bool #
(>=) :: PlatformConstants -> PlatformConstants -> Bool #
max :: PlatformConstants -> PlatformConstants -> PlatformConstants #
min :: PlatformConstants -> PlatformConstants -> PlatformConstants #
parseConstantsHeader :: FilePath -> IO PlatformConstants Source #