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