strict-containers-0.2: Strict containers.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Strict.Map.Autogen.Internal.DeprecatedShowTree

Description

This module simply holds disabled copies of functions from Data.Strict.Map.Autogen.Internal.Debug.

Synopsis

Documentation

showTree :: Whoops "showTree has moved to Data.Strict.Map.Autogen.Internal.Debug.showTree." => Map k a -> String Source #

This function has moved to showTree.

showTreeWith :: Whoops "showTreeWith has moved to Data.Strict.Map.Autogen.Internal.Debug.showTreeWith." => (k -> a -> String) -> Bool -> Bool -> Map k a -> String Source #

This function has moved to showTreeWith.