Data.IntSet bug

Ian Lynagh igloo at earth.li
Sat Nov 10 18:01:25 EST 2007


Hi all,

Can someone familiar with Data.IntSet please look into

    http://hackage.haskell.org/trac/ghc/ticket/1762
    wrong result of isProperSubsetOf

    IntSet.isProperSubsetOf (IntSet.fromList [2,3]) (IntSet.fromList [1,2,3])
    is evaluated to False, but should be True.


Thanks
Ian



More information about the Libraries mailing list