mpz_foo() functions are really called __gmpz_foo() in GMP
[ghc-hetmet.git] / compiler / basicTypes / Module.lhs-boot
1 \begin{code}
2 module Module where
3
4 data Module
5 \end{code}
6