1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00

Re-export Eq1 from the generic module.

This commit is contained in:
Rob Rix 2017-04-06 10:27:00 -04:00
parent 6163caf82a
commit 7f401c4e08

View File

@ -1,6 +1,7 @@
{-# LANGUAGE TypeOperators #-}
module Data.Functor.Classes.Eq.Generic
( genericLiftEq
( Eq1(..)
, genericLiftEq
, gliftEq
) where