[Haskell-cafe] STM and FFI

Don Stewart dons at galois.com
Mon Sep 8 22:36:57 EDT 2008


briqueabraque:
> Hi,
> 
> Is it possible to use foreign function
> interface with STMs? If so, where can I
> find examples?
> 

Defintely possible. FFI functions are imported as normal functions, so
use them wherever the types fit.


More information about the Haskell-Cafe mailing list