summaryrefslogtreecommitdiff
path: root/ghc/compiler/simplCore/AnalFBWW.hi
blob: f610a4e431a4d9ea12e1d150c087a6cbb7604907 (plain)
1
2
3
4
5
6
7
{-# 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]