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 d451e56 commit 3b4e5a8Copy full SHA for 3b4e5a8
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