X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fstranal%2FStrictAnal.hi;fp=ghc%2Fcompiler%2Fstranal%2FStrictAnal.hi;h=0000000000000000000000000000000000000000;hb=6c381e873e222417d9a67aeec77b9555eca7b7a8;hp=6ba8ea2354b475e2e88e0e767902c6e2486ac488;hpb=8147a9f0bcc48ef0db1e91f8b985a4f5c3fed560;p=ghc-hetmet.git diff --git a/ghc/compiler/stranal/StrictAnal.hi b/ghc/compiler/stranal/StrictAnal.hi deleted file mode 100644 index 6ba8ea2..0000000 --- a/ghc/compiler/stranal/StrictAnal.hi +++ /dev/null @@ -1,9 +0,0 @@ -{-# GHC_PRAGMA INTERFACE VERSION 5 #-} -interface StrictAnal where -import CmdLineOpts(GlobalSwitch) -import CoreSyn(CoreBinding) -import Id(Id) -import SplitUniq(SplitUniqSupply) -saTopBinds :: (Bool, Bool) -> [CoreBinding Id Id] -> [CoreBinding Id Id] -saWwTopBinds :: SplitUniqSupply -> (GlobalSwitch -> Bool) -> [CoreBinding Id Id] -> [CoreBinding Id Id] -