[Hackage] #378: Error in Data.IntSet documentation

#378: Error in Data.IntSet documentation ----------------------------------+----------------------------------------- Reporter: RayNbow | Owner: Type: defect | Status: new Priority: low | Milestone: Component: Cabal library | Version: 1.2.3.0 Severity: minor | Keywords: Data.IntSet documentation Difficulty: very easy (<1 hour) | Ghcversion: 6.8.3 Platform: | ----------------------------------+----------------------------------------- http://hackage.haskell.org/packages/archive/containers/0.1.0.1/doc/html /Data-IntSet.html#v%3Asplit {{{ split 3 (fromList [1..5]) == (fromList [1,2], fromList [3,4]) }}} should be: {{{ split 3 (fromList [1..5]) == (fromList [1,2], fromList [4,5]) }}} -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/378 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#378: Error in Data.IntSet documentation ----------------------------------------+----------------------------------- Reporter: RayNbow | Owner: Type: defect | Status: closed Priority: low | Milestone: Component: Cabal library | Version: 1.2.3.0 Severity: minor | Resolution: fixed Keywords: Data.IntSet documentation | Difficulty: very easy (<1 hour) Ghcversion: 6.8.3 | Platform: ----------------------------------------+----------------------------------- Changes (by igloo): * status: new => closed * resolution: => fixed Comment: Thanks for the report! I've fixed this in darcs, so the next release will be right. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/378#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage