Skip to content

Commit

Permalink
#31 Remove instances Foldable and Traversable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Dec 27, 2023
1 parent 018831d commit 63ac1a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 0.4.0.0

* Remove instances `Foldable` and `Traversable`, they are too dangerous to diverge.
* Add `HalfWord` and `ThirdWord` types,
change types of `toZCurve`, `fromZCurve`, `toZCurve3`, `fromZCurve3` accordingly.
* Add `throughZCurveFix` and `throughZCurveFix3`.
Expand Down
4 changes: 0 additions & 4 deletions src/Data/Chimera/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ newtype Chimera v a = Chimera {unChimera :: A.Array (v a)}
deriving
( Functor
-- ^ @since 0.2.0.0
, Foldable
-- ^ @since 0.2.0.0
, Traversable
-- ^ @since 0.2.0.0
)

-- | Streams backed by boxed vectors.
Expand Down

0 comments on commit 63ac1a2

Please sign in to comment.