text-show-2.1.1: Efficient conversion of values into Text
TextShow.Control.Applicative
Description
Monomorphic TextShow functions for Const and ZipList.
TextShow
Const
ZipList
Since: 2
Synopsis
showbConstPrecWith :: (Int -> a -> Builder) -> Int -> Const a b -> Builder Source
Convert a Const value to a Builder with the given show function and precedence.
Builder
showbZipListPrecWith :: (Int -> a -> Builder) -> Int -> ZipList a -> Builder Source
Convert a ZipList to a Builder with the given show function precedence.