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

Remove Option and Result, and export fewer symbols. #25

Closed iphydf closed 4 years ago

iphydf commented 4 years ago

We're more conservative with what we export now. Also, added a bunch of tests for the generic and hand-written encoding/decoding functions.

Also, renamed the package to msgpack-types to be the same as the repo but without "hs-".


This change is Reviewable