Skip to content

Split GHC.HsToCore.Foreign.Decl

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/desugar-ffi into master

Refactoring of GHC.HsToCore.Foreign.Decl in preparation for the JS backend.

We now have GHC.HsToCore.Foreign.{C,Prim,Utils} modules in addition to GHC.HsToCore.Foreign.Decl.

The JS backend will add a GHC.HsToCore.Foreign.JavaScript module with only minimal changes to GHC.HsToCore.Foreign.Decl.

Merge request reports