We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a44fb0 commit d4617ebCopy full SHA for d4617eb
1 file changed
mono-traversable/src/Data/MonoTraversable.hs
@@ -1328,9 +1328,7 @@ instance MonoComonad (ViewR a) where
1328
-- in order to provide guarantees of correctness (see, for instance,
1329
-- "Data.NonNull").
1330
--
1331
--- This should have a @Semigroup@ superclass constraint, however, due to
1332
--- @Semigroup@ only recently moving to base, some packages do not provide
1333
--- instances.
+-- Requires @Semigroup@ superclass @since 1.1.0.0
1334
class (Semigroup mono, MonoFoldable mono) => GrowingAppend mono
1335
1336
instance GrowingAppend (Seq.Seq a)
0 commit comments