Skip to content

Commit ee18abb

Browse files
committed
reword
1 parent d88771b commit ee18abb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/src/Data/IntSet/Internal.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,8 @@ intersections ss = case Foldable1.toNonEmpty ss of
688688

689689
-- | @IntSet@s form a 'Semigroup' under 'intersection'.
690690
--
691-
-- There is no @Monoid@ instance because it is impractical to construct
692-
-- @mempty@, which is the @IntSet@ containing all @Int@s.
691+
-- A @Monoid@ instance is not defined because it would be impractical to
692+
-- construct @mempty@, the @IntSet@ containing all @Int@s.
693693
--
694694
-- @since FIXME
695695
newtype Intersection = Intersection { getIntersection :: IntSet }

0 commit comments

Comments
 (0)