text-show-instances-3: Additional instances for text-show

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

TextShow.Data.UnorderedContainers

Description

Monomorphic TextShow functions for HashMaps and HashSets.

Since: 2

Synopsis

Documentation

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

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

Since: 3

liftShowbHashSetPrec :: ([a] -> Builder) -> Int -> HashSet a -> Builder Source

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

Since: 3