Skip to content

Commit d4617eb

Browse files
committed
add text about what is being changed
1 parent 0a44fb0 commit d4617eb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mono-traversable/src/Data/MonoTraversable.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,9 +1328,7 @@ instance MonoComonad (ViewR a) where
13281328
-- in order to provide guarantees of correctness (see, for instance,
13291329
-- "Data.NonNull").
13301330
--
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.
1331+
-- Requires @Semigroup@ superclass @since 1.1.0.0
13341332
class (Semigroup mono, MonoFoldable mono) => GrowingAppend mono
13351333

13361334
instance GrowingAppend (Seq.Seq a)

0 commit comments

Comments
 (0)