5840e990c8aed0c0d03dc824aad246c813ff5b70
[ghc-hetmet.git] / StgCmmBind.hs-boot
1 module StgCmmBind where
2
3 import StgCmmMonad( FCode )
4 import StgSyn( StgBinding )
5
6 cgBind :: StgBinding -> FCode ()