| 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.Data.Functor.Identity
Contents
Orphan instances
| TextShow1 Identity # | Since: 3 |
| TextShow a => TextShow (Identity a) # | Since: 3 |
Methods showbPrec :: Int -> Identity a -> Builder # showb :: Identity a -> Builder # showbList :: [Identity a] -> Builder # showtPrec :: Int -> Identity a -> Text # showtList :: [Identity a] -> Text # showtlPrec :: Int -> Identity a -> Text # showtl :: Identity a -> Text # showtlList :: [Identity a] -> Text # | |