[project @ 2002-02-12 11:44:54 by simonmar]
[ghc-hetmet.git] / ghc / lib / std / PrelNum.hi-boot
1 ---------------------------------------------------------------------------
2 --                              PrelNum.hi-boot
3 -- 
4 --      This hand-written interface file is the 
5 --      initial bootstrap version for PrelNum.hi.
6 --      It's needed for the 'thin-air' Id addr2Integer, when compiling 
7 --      PrelBase, and other Prelude files that precede PrelNum
8 ---------------------------------------------------------------------------
9  
10 __interface "std" PrelNum 1 where
11 __export PrelNum Integer addr2Integer ;
12
13 1 data Integer ;
14 1 addr2Integer :: PrelGHC.Addrzh -> Integer ;