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

TextShow1 NonEmpty Source # 

Methods

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

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

TextShow a0 => TextShow (NonEmpty a0) Source # 

Methods

showbPrec :: Int -> NonEmpty a0 -> Builder Source #

showb :: NonEmpty a0 -> Builder Source #

showbList :: [NonEmpty a0] -> Builder Source #

showtPrec :: Int -> NonEmpty a0 -> Text Source #

showt :: NonEmpty a0 -> Text Source #

showtList :: [NonEmpty a0] -> Text Source #

showtlPrec :: Int -> NonEmpty a0 -> Text Source #

showtl :: NonEmpty a0 -> Text Source #

showtlList :: [NonEmpty a0] -> Text Source #