1 2 3 4 5 6
module StgCmmBind where import StgCmmMonad( FCode ) import StgSyn( CgStgBinding ) cgBind :: CgStgBinding -> FCode ()