Skip to content

Commit 5e778e2

Browse files
committed
Remove reference to ProxyType in master
1 parent 39af532 commit 5e778e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Language/PureScript/TypeChecker.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ typeCheckAll moduleName _ = traverse go
371371
typeModule (TypeConstructor (Qualified (Just mn'') _)) = Just mn''
372372
typeModule (TypeConstructor (Qualified Nothing _)) = internalError "Unqualified type name in checkOrphanInstance"
373373
typeModule (TypeApp t1 _) = typeModule t1
374-
typeModule (ProxyType _) = Nothing
375374
typeModule _ = internalError "Invalid type in instance in checkOrphanInstance"
376375

377376
modulesByTypeIndex :: M.Map Int (Maybe ModuleName)

0 commit comments

Comments
 (0)