summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplCore/AnalFBWW.hi
blob: d6fdc36a63a9688eaefa6f131c329412b4059a4c (plain)
1
2
3
4
5
6
7
8
{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
interface AnalFBWW where
import CmdLineOpts(GlobalSwitch)
import CoreSyn(CoreBinding)
import Id(Id)
analFBWW :: (GlobalSwitch -> Bool) -> [CoreBinding Id Id] -> [CoreBinding Id Id]
	{-# GHC_PRAGMA _A_ 2 _U_ 11 _N_ _N_ _N_ _N_ #-}