Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
GHC.Platform.Constants
Documentation
data PlatformConstants Source #
Constructors
Instances
Eq PlatformConstants Source # | |
Defined in GHC.Platform.Constants Methods (==) :: PlatformConstants -> PlatformConstants -> Bool # (/=) :: PlatformConstants -> PlatformConstants -> Bool # | |
Read PlatformConstants Source # | |
Defined in GHC.Platform.Constants Methods readsPrec :: Int -> ReadS PlatformConstants # readList :: ReadS [PlatformConstants] # | |
Show PlatformConstants Source # | |
Defined in GHC.Platform.Constants Methods showsPrec :: Int -> PlatformConstants -> ShowS # show :: PlatformConstants -> String # showList :: [PlatformConstants] -> ShowS # |