Skip to content
  • Simon Peyton Jones's avatar
    Fix generalisation for type constructors · 4de4b225
    Simon Peyton Jones authored
    Fixing the way that we close-over-kinds when taking the
    free vars of a type revealed that the way we generalise
    type constructors was a bit wrong.
    
    This fixes it.  See TcTyClDecls
    Note [Generalisation for type constructors]
    4de4b225