-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Provide orphan NFData instances for containers as needed. (deprecated) -- -- Provide orphan NFData instances for containers as needed. (deprecated) @package containers-deepseq @version 0.1.0.1 -- | Only provides orphan instances. module Control.DeepSeq.Containers instance NFData IntSet instance NFData a => NFData (IntMap a) instance NFData a => NFData (Tree a) instance NFData a => NFData (Set a) instance (NFData k, NFData a) => NFData (Map k a)