[project @ 1996-02-06 14:32:22 by dnt]
[ghc-hetmet.git] / ghc / compiler / stgSyn / StgLint.hi
1 {-# GHC_PRAGMA INTERFACE VERSION 5 #-}
2 interface StgLint where
3 import CmdLineOpts(GlobalSwitch)
4 import Id(Id)
5 import Pretty(PprStyle)
6 import StgSyn(PlainStgBinding(..), StgBinding, StgRhs)
7 data Id 
8 data PprStyle 
9 type PlainStgBinding = StgBinding Id Id
10 data StgBinding a b 
11 lintStgBindings :: PprStyle -> [Char] -> [StgBinding Id Id] -> [StgBinding Id Id]
12