We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ba399 commit ae47617Copy full SHA for ae47617
src/Data/Eq.purs
@@ -58,7 +58,7 @@ foreign import refEq :: forall a. a -> a -> Boolean
58
foreign import refIneq :: forall a. a -> a -> Boolean
59
foreign import eqArrayImpl :: forall a. (a -> a -> Boolean) -> Array a -> Array a -> Boolean
60
61
--- | The `Eq` type class represents type constructors with decidable equality.
+-- | The `Eq1` type class represents type constructors with decidable equality.
62
class Eq1 f where
63
eq1 :: forall a. Eq a => f a -> f a -> Boolean
64
0 commit comments