[project @ 1998-02-02 17:27:26 by simonm]
[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}