text-show-instances-2.0.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

TextShow.Data.List.NonEmpty

Description

Monomorphic TextShow function for NonEmpty lists.

Since: 2

Synopsis

Documentation

showbNonEmptyPrecWith :: (Int -> a -> Builder) -> Int -> NonEmpty a -> Builder Source

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

Since: 2