Skip to content
Snippets Groups Projects
Commit 3e71874b authored by Jakob Brünker's avatar Jakob Brünker Committed by Marge Bot
Browse files

Tc: Allow Typeable in quantified constraints

Previously, when using Typeable in a quantified constraint, GHC would
complain that user-specified instances of Typeable aren't allowed. This
was because checking for SigmaCtxt was missing from a check for whether
an instance head is a hand-written binding.

Fixes #20033
parent b1792fef
No related branches found
No related tags found
No related merge requests found
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