replace several 'fromJust's with 'expectJust's
[ghc-hetmet.git] / ghc / compiler / codeGen / ClosureInfo.lhs-boot
1 \begin{code}
2 module ClosureInfo where
3
4 data LambdaFormInfo
5 data ClosureInfo
6 \end{code}