tweag / HaskellR

The full power of R in Haskell.
https://tweag.github.io/HaskellR
Other
584 stars 47 forks source link

Check C types of foreign imports #426

Closed facundominguez closed 6 months ago

facundominguez commented 6 months ago

This PR adds C prototypes of the functions used by the FFI to get build failures when the C interface changes. Fixes #382.