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.
2 parents d451e56 + 3b4e5a8 commit 027811fCopy full SHA for 027811f
src/Data/Array/NonEmpty.purs
@@ -125,6 +125,8 @@ derive newtype instance eq1NonEmptyArray :: Eq1 NonEmptyArray
125
derive newtype instance ordNonEmptyArray :: Ord a => Ord (NonEmptyArray a)
126
derive newtype instance ord1NonEmptyArray :: Ord1 NonEmptyArray
127
128
+derive newtype instance semigroupNonEmptyArray :: Semigroup (NonEmptyArray a)
129
+
130
derive newtype instance functorNonEmptyArray :: Functor NonEmptyArray
131
derive newtype instance functorWithIndexNonEmptyArray :: FunctorWithIndex Int NonEmptyArray
132
0 commit comments