blob: c9a40722068be75e87642dfb4666d52d575fed0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{-# LANGUAGE CPP #-}
-------------------------------------------------------------------------------
--
-- | Platform constants
--
-- (c) The University of Glasgow 2013
--
-------------------------------------------------------------------------------
module PlatformConstants (PlatformConstants(..)) where
-- Produced by deriveConstants
#include "GHCConstantsHaskellType.hs"
|