Skip to content
Snippets Groups Projects
Commit 1420b8cb authored by Antoine Leblanc's avatar Antoine Leblanc Committed by Marge Bot
Browse files

Be more eager in TyCon boot validity checking

This commit performs boot-file consistency checking for TyCons into
checkValidTyCl. This ensures that we eagerly catch any mismatches,
which prevents the compiler from seeing these inconsistencies and
panicking as a result.

See Note [TyCon boot consistency checking] in GHC.Tc.TyCl.

Fixes #16127
parent 0504cd08
No related branches found
No related tags found
No related merge requests found
Showing
with 331 additions and 192 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