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