Ticket #1762 (closed bug: fixed)
wrong result of isProperSubsetOf
| Reported by: | guest | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8.2 |
| Component: | libraries (other) | Version: | 6.4.1 |
| Keywords: | IntSet | Cc: | ghc@… |
| Operating System: | Linux | Architecture: | x86 |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
IntSet.isProperSubsetOf (IntSet.fromList [2,3]) (IntSet.fromList [1,2,3]) is evaluated to False, but should be True.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

