Skip to content
Snippets Groups Projects
Commit e057bfc8 authored by John Ericson's avatar John Ericson Committed by sheaf
Browse files

Fix CollectPass instance to match TTG refactor

Companion to GHC !7614 (ghc/ghc!7614)
parent 5d143619
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,8 @@ type instance NoGhcTc DocNameI = DocNameI
type instance IdP DocNameI = DocName
instance CollectPass DocNameI where
collectXXPat _ _ ext = dataConCantHappen ext
collectXXPat _ ext = dataConCantHappen ext
collectXXHsBindsLR ext = dataConCantHappen ext
instance NamedThing DocName where
getName (Documented name _) = name
......@@ -828,6 +829,7 @@ type instance XConDeclField DocNameI = NoExtField
type instance XXConDeclField DocNameI = DataConCantHappen
type instance XXPat DocNameI = DataConCantHappen
type instance XXHsBindsLR DocNameI a = DataConCantHappen
type instance XCInjectivityAnn DocNameI = NoExtField
......
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