[project @ 1996-06-27 16:13:29 by partain]
[ghc-hetmet.git] / ghc / runtime / main / TopClosure.lc
1 /* this one will be linked in for Haskell 1.3 */
2 \begin{code}
3 #include "rtsdefs.h"
4
5 EXTDATA(GHCmain_mainPrimIO_closure);
6
7 P_ TopClosure = GHCmain_mainPrimIO_closure;
8 \end{code}