[project @ 1996-03-19 08:58:34 by partain]
[ghc-hetmet.git] / ghc / compiler / simplCore / SmplLoop.lhi
1 Breaks the loop between SimplEnv and MagicUFs, by telling SimplEnv all
2 it needs to know about MagicUFs (not much).
3
4 \begin{code}
5 interface SmplLoop where
6
7 import MagicUFs (MagicUnfoldingFun )
8
9 data MagicUnfoldingFun
10 \end{code}