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 |
Orphan instances
TextShow1 Ratio Source # | Since: 2 |
TextShow a => TextShow (Ratio a) Source # | Since: 2 |
showbPrec :: Int -> Ratio a -> Builder Source # showb :: Ratio a -> Builder Source # showbList :: [Ratio a] -> Builder Source # showtPrec :: Int -> Ratio a -> Text Source # showt :: Ratio a -> Text Source # showtList :: [Ratio a] -> Text Source # showtlPrec :: Int -> Ratio a -> Text Source # showtl :: Ratio a -> Text Source # showtlList :: [Ratio a] -> Text Source # |