| Copyright | (C) 2014-2017 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
TextShow.System.Time
Contents
Description
TextShow instances for data types in the old-time library.
Since: 2
Orphan instances
| TextShow CalendarTime Source # | Since: 2 |
Methods showbPrec :: Int -> CalendarTime -> Builder # showb :: CalendarTime -> Builder # showbList :: [CalendarTime] -> Builder # showtPrec :: Int -> CalendarTime -> Text # showt :: CalendarTime -> Text # showtList :: [CalendarTime] -> Text # showtlPrec :: Int -> CalendarTime -> Text # showtl :: CalendarTime -> Text # showtlList :: [CalendarTime] -> Text # | |
| TextShow ClockTime Source # | Since: 2 |
| TextShow Day Source # | Since: 2 |
| TextShow Month Source # | Since: 2 |
| TextShow TimeDiff Source # | Since: 2 |