Closed RyanGlScott closed 9 years ago
Fixes some errors that arise from Foldable being moved to Prelude (and elem being a function of the Foldable typeclass) in base-4.8.0.0.
Foldable
Prelude
elem
base-4.8.0.0
Looks good, thanks!
Fixes some errors that arise from
Foldable
being moved toPrelude
(andelem
being a function of theFoldable
typeclass) inbase-4.8.0.0
.