We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39af532 commit 5e778e2Copy full SHA for 5e778e2
1 file changed
src/Language/PureScript/TypeChecker.hs
@@ -371,7 +371,6 @@ typeCheckAll moduleName _ = traverse go
371
typeModule (TypeConstructor (Qualified (Just mn'') _)) = Just mn''
372
typeModule (TypeConstructor (Qualified Nothing _)) = internalError "Unqualified type name in checkOrphanInstance"
373
typeModule (TypeApp t1 _) = typeModule t1
374
- typeModule (ProxyType _) = Nothing
375
typeModule _ = internalError "Invalid type in instance in checkOrphanInstance"
376
377
modulesByTypeIndex :: M.Map Int (Maybe ModuleName)
0 commit comments