blob: 236f1f8653c23593d6890761471d66b58e0f306d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
%
% (c) The GRASP/AQUA Project, Glasgow University, 1992-1998
%
\section[Constants]{Info about this compilation}
\begin{code}
module Constants (module Constants) where
#include "ghc_boot_platform.h"
#include "../includes/HaskellConstants.hs"
\end{code}
|