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