Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4
[ghc-hetmet.git] / compiler / codeGen / StgCmmBind.hs-boot
1 module StgCmmBind where
2
3 import StgCmmMonad( FCode )
4 import StgSyn( StgBinding )
5
6 cgBind :: StgBinding -> FCode ()