text-show-instances-0.3: Additional instances for text-show

Copyright(C) 2014-2015 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

Text.Show.Text.Data.UnorderedContainers

Description

Monomorphic Show functions for HashMaps and HashSets.

Since: 0.1

Synopsis

Documentation

showbHashMapPrec :: (Show k, Show v) => Int -> HashMap k v -> Builder Source

Convert a HashMap to a Builder with the given precedence.

Since: 0.1

showbHashSetPrec :: Show a => Int -> HashSet a -> Builder Source

Convert a HashSet to a Builder with the given precedence.

Since: 0.1