barecheck-0.2.0.8: QuickCheck implementations for common types

Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Map.Shrinkers

Documentation

map :: Ord k => ((k, a) -> [(k, a)]) -> Map k a -> [Map k a] Source