-- 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.1 module Test.QuickCheck.Instances.MessagePack instance Test.QuickCheck.Arbitrary.Arbitrary Data.MessagePack.Types.Object.Object module Data.MessagePack.Arbitrary module Test.MessagePack.Generate generate :: (Object -> ByteString) -> IO ()