[project @ 1999-07-27 11:09:31 by simonmar]
[ghc-hetmet.git] / ghc / lib / exts / CCall.lhs
1 %
2 % (c) The AQUA Project, Glasgow University, 1994-1996
3 %
4
5 \section[CCall]{Module @CCall@}
6
7 \begin{code}
8 module CCall ( module PrelCCall ) where
9
10 import PrelCCall
11 \end{code}