We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88771b commit ee18abbCopy full SHA for ee18abb
containers/src/Data/IntSet/Internal.hs
@@ -688,8 +688,8 @@ intersections ss = case Foldable1.toNonEmpty ss of
688
689
-- | @IntSet@s form a 'Semigroup' under 'intersection'.
690
--
691
--- There is no @Monoid@ instance because it is impractical to construct
692
--- @mempty@, which is the @IntSet@ containing all @Int@s.
+-- A @Monoid@ instance is not defined because it would be impractical to
+-- construct @mempty@, the @IntSet@ containing all @Int@s.
693
694
-- @since FIXME
695
newtype Intersection = Intersection { getIntersection :: IntSet }
0 commit comments