spl / dlist

Difference lists in Haskell
https://hackage.haskell.org/package/dlist
BSD 3-Clause "New" or "Revised" License
65 stars 15 forks source link

Fix the other prop_show_read test #121

Closed spl closed 8 months ago

spl commented 8 months ago

This test used the '[Int]' instances of 'Read' and 'Show' instead of the 'DList Int' instances. See #117.