Skip to content
  • Simon Peyton Jones's avatar
    Add test for newtypes in FFI · 550a5224
    Simon Peyton Jones authored
    The standard FFI says that newtypes are automatically unwrapped in
    argument and result types.  This test checks that it also happens
    for newtype-wrapping of the IO monad itself, a recent change to
    GHC.
    550a5224