mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
Stub in a module for a generic Eq1 instance.
This commit is contained in:
parent
b48a15e277
commit
e31191f4fa
@ -19,6 +19,7 @@ library
|
|||||||
, Category
|
, Category
|
||||||
, Data.Align.Generic
|
, Data.Align.Generic
|
||||||
, Data.Functor.Both
|
, Data.Functor.Both
|
||||||
|
, Data.Functor.Classes.Eq.Generic
|
||||||
, Data.Functor.Listable
|
, Data.Functor.Listable
|
||||||
, Data.Mergeable
|
, Data.Mergeable
|
||||||
, Data.Mergeable.Generic
|
, Data.Mergeable.Generic
|
||||||
|
1
src/Data/Functor/Classes/Eq/Generic.hs
Normal file
1
src/Data/Functor/Classes/Eq/Generic.hs
Normal file
@ -0,0 +1 @@
|
|||||||
|
module Data.Functor.Classes.Eq.Generic where
|
Loading…
Reference in New Issue
Block a user