Skip to content
Snippets Groups Projects
Commit c2448a71 authored by Alex Hubers's avatar Alex Hubers
Browse files

Add additional constraints as consequence of Closed TF support

parent 2a69c17c
No related tags found
No related merge requests found
......@@ -401,6 +401,8 @@ instance (
WFT (XOverLit (GhcPass (NoGhcTcPass p))),
WFT (Anno (IdGhcP p)),
WFT (Anno (IdGhcP (NoGhcTcPass p))),
WFT (SyntaxExprGhc p),
WFT (SyntaxExprGhc (NoGhcTcPass p)),
#endif
OutputableBndrId p)
=> Outputable (InstType (GhcPass p)) where
......
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