packer-messagepack-0.1.0.0: MessagePack Serialization an Deserialization for Packer

Safe HaskellNone
LanguageHaskell2010

Data.Packer.MessagePack.Internal.Util

Documentation

shrinkType :: forall f a b. (Applicative f, Integral a, Integral b, Bounded a, Bounded b) => f b -> a -> f b Source #

shrinkTypeIO :: forall m a b. (MonadIO m, Integral a, Integral b, Bounded a, Bounded b) => a -> m b Source #