text-show-3.4.1.1: Efficient conversion of values into Text

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

TextShow.Data.List.NonEmpty

Contents

Description

Monomorphic TextShow function for NonEmpty lists.

Since: 3

Synopsis

Documentation

liftShowbNonEmptyPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> NonEmpty a -> Builder Source #

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

Since: 3

Orphan instances