| Copyright | (C) 2014-2016 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
TextShow.System.Time
Contents
Description
Monomorphic TextShow functions for data types in the old-time library.
Since: 2
- showbClockTime :: ClockTime -> Builder
- showbTimeDiffPrec :: Int -> TimeDiff -> Builder
- showbCalendarTimePrec :: Int -> CalendarTime -> Builder
- showbMonth :: Month -> Builder
- showbDay :: Day -> Builder
Documentation
showbCalendarTimePrec :: Int -> CalendarTime -> Builder Source #
Convert a CalendarTime to a Builder with the given precedence.
Since: 2