FIX #1784: EM_AMD64 and EM_X86_64 might both be defined to the same value
[ghc-hetmet.git] / compiler / codeGen / ClosureInfo.lhs-boot
1 \begin{code}
2 module ClosureInfo where
3
4 data LambdaFormInfo
5 data ClosureInfo
6 \end{code}