text-show-instances-1: Additional instances for text-show

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

Text.Show.Text.Data.UnorderedContainers

Description

Monomorphic Show functions for HashMaps and HashSets.

Since: 0.1

Synopsis

Documentation

showbHashMapPrecWith2 :: (k -> Builder) -> (v -> Builder) -> Int -> HashMap k v -> Builder Source

Convert a HashMap to a Builder with the given show functions and precedence.

Since: 1

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

Convert a HashSet to a Builder with the given precedence.

Since: 0.1

showbHashSetPrecWith :: (a -> Builder) -> Int -> HashSet a -> Builder Source

Convert a HashSet to a Builder with the given show function and precedence.

Since: 1