remove redundant FamilyD case
This commit is contained in:
parent
8ef0f52199
commit
e417d095bf
@ -104,9 +104,6 @@ boundNames decl =
|
|||||||
|
|
||||||
TySynD n _ _ -> [(TcClsName, n)]
|
TySynD n _ _ -> [(TcClsName, n)]
|
||||||
ClassD _ n _ _ _ -> [(TcClsName, n)]
|
ClassD _ n _ _ _ -> [(TcClsName, n)]
|
||||||
#if __GLASGOW_HASKELL__ < 800
|
|
||||||
FamilyD _ n _ _ -> [(TcClsName, n)]
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if __GLASGOW_HASKELL__ >= 800
|
#if __GLASGOW_HASKELL__ >= 800
|
||||||
DataD _ n _ _ ctors _ ->
|
DataD _ n _ _ ctors _ ->
|
||||||
|
Loading…
Reference in New Issue
Block a user