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