RemoveListCompBase

Plain source file: base/transforms/RemoveListCompBase.hs (2004-12-18)

RemoveListCompBase is imported by: Main{-pfe/pfe.hs-}.

module RemoveListCompBase where
import RemoveListComp
import Recursive
import SyntaxRec(HsExpI)
import TiNames(ValueId)
import TiBase() -- HasDef [HsDeclI i] (HsDeclI i)

instance ValueId i => RmListComp i (HsExpI i) where
  rmListComp cm = rmListCompE cm . struct

Index

(HTML for this module was generated on 2006-08-12. About the conversion tool.)