Ticket #2447 (closed bug: fixed)
Typo in Data.Set.split documentation
Description
The documentation for Data.Set.split contains an awkward double-negative: ". . . is not found in neither set1 or set2." It should be ". . . is found in neither set1 nor set2."
-- | /O(log n)/. The expression (@'split' x set@) is a pair @(set1,set2)@ -- where all elements in @set1@ are lower than @x@ and all elements in -- @set2@ larger than @x@. @x@ is not found in neither @set1@ nor @set2@.
Found here: http://haskell.org/ghc/docs/latest/html/libraries/containers/src/Data-Set.html#split
Change History
Note: See
TracTickets for help on using
tickets.
