1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Only export genericLiftEq.

This commit is contained in:
Rob Rix 2017-02-21 16:11:31 -05:00
parent 18374a0397
commit 991731e43f

View File

@ -1,4 +1,6 @@
module Data.Functor.Classes.Eq.Generic where
module Data.Functor.Classes.Eq.Generic
( genericLiftEq
) where
import GHC.Generics
import Prologue