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

Text.Show.Text.System.Time

Description

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

Since: 0.1

Synopsis

Documentation

showbClockTime :: ClockTime -> Builder Source

Convert a ClockTime to a Builder.

Since: 0.1

showbTimeDiffPrec :: Int -> TimeDiff -> Builder Source

Convert a TimeDiff to a Builder with the given precedence.

Since: 0.1

showbCalendarTimePrec :: Int -> CalendarTime -> Builder Source

Convert a CalendarTime to a Builder with the given precedence.

Since: 0.1

showbMonth :: Month -> Builder Source

Convert a Month to a Builder.

Since: 0.1

showbDay :: Day -> Builder Source

Convert a Day to a Builder.

Since: 0.1