Skip to content
  • Simon Peyton Jones's avatar
    Fix the boot dfun impedence-matching binding · 9b9fc4c7
    Simon Peyton Jones authored
    In TcRnDriver.checkHiBootIface' we were generating an
    impedence-matching binding
       $fxToRecMaybe = $fToRecMaybe
    but the type of the former was gotten from the *hi-boot*
    file, so its type constructor was not fully fleshed out.
    That should never happen.
    
    Fix is easy, happily.  A dark corner.
    9b9fc4c7