text-show-instances-3.4: Additional instances for text-show

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

TextShow.System.Time

Contents

Description

Monomorphic TextShow functions for data types in the old-time library.

Since: 2

Synopsis

Documentation

showbTimeDiffPrec :: Int -> TimeDiff -> Builder Source #

Convert a TimeDiff to a Builder with the given precedence.

Since: 2

showbCalendarTimePrec :: Int -> CalendarTime -> Builder Source #

Convert a CalendarTime to a Builder with the given precedence.

Since: 2

showbMonth :: Month -> Builder Source #

Convert a Month to a Builder.

Since: 2

showbDay :: Day -> Builder Source #

Convert a Day to a Builder.

Since: 2

Orphan instances

TextShow Month Source # 
TextShow Day Source # 
TextShow ClockTime Source # 
TextShow CalendarTime Source # 
TextShow TimeDiff Source #