Skip to content
Snippets Groups Projects
Commit 8361b2c5 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Fix SigTvs at the kind level

This patch fixes two bugs in the treatment of SigTvs at the
kind level:

- We should always generalise them, never default them
  (Trac #14555, #14563)

- We should check if they get unified with each other
  (Trac #11203)

Both are described in TcHsType
   Note [Kind generalisation and SigTvs]
parent 8b36ed12
No related branches found
No related tags found
Loading
Showing
with 233 additions and 104 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment