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