| 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.Locale
Contents
Description
TextShow instance for the old TimeLocale.
Since: 2
Orphan instances
| TextShow TimeLocale Source # | Since: 2 |
Methods showbPrec :: Int -> TimeLocale -> Builder # showb :: TimeLocale -> Builder # showbList :: [TimeLocale] -> Builder # showtPrec :: Int -> TimeLocale -> Text # showt :: TimeLocale -> Text # showtList :: [TimeLocale] -> Text # showtlPrec :: Int -> TimeLocale -> Text # showtl :: TimeLocale -> Text # showtlList :: [TimeLocale] -> Text # | |