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

📝 GEq1.

This commit is contained in:
Rob Rix 2017-02-21 16:10:07 -05:00
parent c5e9a5d6cd
commit 6ecbe9538f

View File

@ -3,6 +3,7 @@ module Data.Functor.Classes.Eq.Generic where
import GHC.Generics
import Prologue
-- | Generically-derivable lifting of the 'Eq' class to unary type constructors.
class GEq1 f where
-- | Lift an equality test through the type constructor.
--