tweag / HaskellR

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

Use Language.C.Inline.Unsafe for calls that don't reenter haskell #380

Closed facundominguez closed 1 year ago

facundominguez commented 1 year ago

inline-r/src/Foreign/R.hsc uses quasiquoters from Language.Inline.C in a few calls that could use Language.Inline.C.Unsafe instead.

Comes from https://github.com/tweag/HaskellR/pull/379/commits/47ba28079637c109623f059934eb2afa4122b0a9#r1010312348