TokTok / hs-msgpack-types

Abstract data types and type classes for Haskell to MessagePack value converters
https://toktok.ltd/
Other
7 stars 7 forks source link

feat: Add `==` and `/=` to DecodeError. #65

Closed iphydf closed 2 years ago

iphydf commented 2 years ago

Useful for tests where you want to compare error messages.


This change is Reviewable