[project @ 1998-11-09 11:14:38 by sof]
[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(PrelMain_mainIO_closure);
6
7 P_ TopClosure = PrelMain_mainIO_closure;
8 \end{code}