blob: 03e146ca7c8702faaa7e0dfd42d47570ce44f733 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
-------------------------------------------------------------------------------
--
-- | Platform constants
--
-- (c) The University of Glasgow 2013
--
-------------------------------------------------------------------------------
module PlatformConstants (PlatformConstants(..)) where
#include "../includes/dist-derivedconstants/header/GHCConstantsHaskellType.hs"
|