Copyright | (C) 2014-2017 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Provisional |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Provides TextShow
instance for Fixed
, as well as the showbFixed
function.
Since: 2
Synopsis
- showbFixed :: HasResolution a => Bool -> Fixed a -> Builder
Documentation
showbFixed :: HasResolution a => Bool -> Fixed a -> Builder Source #
Orphan instances
HasResolution a => TextShow (Fixed a) Source # | Since: 2 |
showbPrec :: Int -> Fixed a -> Builder Source # showb :: Fixed a -> Builder Source # showbList :: [Fixed a] -> Builder Source # showtPrec :: Int -> Fixed a -> Text Source # showt :: Fixed a -> Text Source # showtList :: [Fixed a] -> Text Source # showtlPrec :: Int -> Fixed a -> Text Source # showtl :: Fixed a -> Text Source # showtlList :: [Fixed a] -> Text Source # |