1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Stub in a module for a generic Eq1 instance.

This commit is contained in:
Rob Rix 2017-02-21 16:00:36 -05:00
parent b48a15e277
commit e31191f4fa
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
module Data.Functor.Classes.Eq.Generic where