-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A Haskell implementation of MessagePack. -- -- A Haskell implementation of MessagePack http://msgpack.org/ -- -- This is a fork of msgpack-haskell -- https://github.com/msgpack/msgpack-haskell, since the original -- author is unreachable. This fork incorporates a number of bugfixes and -- is actively being developed. @package msgpack-arbitrary @version 0.1.0 module Data.MessagePack.Arbitrary instance Test.QuickCheck.Arbitrary.Arbitrary Data.MessagePack.Types.Object.Object