Use Foldable's all and any instead of allSet and anySet
commit85ba467e10557cb4bfc1b4c9cd115a57fa5907d2
authorTim Makarios <tjm1983@gmail.com>
Wed, 20 Aug 2014 01:07:06 +0000 (20 13:07 +1200)
committerTim Makarios <tjm1983@gmail.com>
Wed, 20 Aug 2014 01:07:06 +0000 (20 13:07 +1200)
tree16418118a8918d20c78639d5c8d60d0e7419b8e3
parent3f54c256b89e57434e3c1da5bbb65c1f697eda6c
Use Foldable's all and any instead of allSet and anySet
Test/IndexedMatrix.hs
Test/ValueSimplex.hs
Util/Set.hs
ValueSimplex.hs