ghc-lib-parser-0.20190402: compiler/main/PlatformConstants.hs
{-# LANGUAGE CPP #-}
-------------------------------------------------------------------------------
--
-- | Platform constants
--
-- (c) The University of Glasgow 2013
--
-------------------------------------------------------------------------------
module PlatformConstants (PlatformConstants(..)) where
import GhcPrelude
-- Produced by deriveConstants
#include "GHCConstantsHaskellType.hs"