sw17ch / data-clist

A purely functional ring data structure for Haskell.
Other
8 stars 9 forks source link

Fix up equality testing #4

Closed ivan-m closed 12 years ago

ivan-m commented 12 years ago

The previous definition required that for two CLists to be "structurally" equal, the right and left lists explicitly had to be equal rather than just a circular traversal being equal.

sw17ch commented 12 years ago

Do you think a bug-fix revision is sufficient for the hackage update?

sw17ch commented 12 years ago

err, 0.0.7.1 -> 0.0.7.2

ivan-m commented 12 years ago

Yeah, 0.0.7.2 should suffice.

sw17ch commented 12 years ago

http://hackage.haskell.org/package/data-clist-0.0.7.2