1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00

Export gliftEq for use with types like Cofree.

This commit is contained in:
Rob Rix 2017-02-23 11:01:42 -05:00
parent 80c51abb31
commit 361710dd65

View File

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