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

Wibble

parent 80ec3dc2
No related branches found
No related tags found
No related merge requests found
Pipeline #64478 failed
......@@ -2580,7 +2580,7 @@ simpleUnifyCheck fam_ok lhs_tv rhs
go w && go a && go r
go (TyConApp tc tys)
| lhs_tv_is_concrete, not (isConcreteTyCon tc) = False
| isTypeFamilyTyCon, not fam_ok = False
| not fam_ok, isTypeFamilyTyCon tc = False
| otherwise = all go tys
go (AppTy t1 t2) = go t1 && go t2
go (ForAllTy {}) = False
......
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