| 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.Type.Coercion
Contents
Description
TextShow instance for representational equality.
Only provided if using base-4.7.0.0 or later.
Since: 2
Orphan instances
| TextShow2 (Coercion :: * -> * -> *) # | Since: 2 |
| TextShow1 (Coercion a) # | Since: 2 |
| TextShow (Coercion a b) # | Since: 2 |
Methods showbPrec :: Int -> Coercion a b -> Builder # showb :: Coercion a b -> Builder # showbList :: [Coercion a b] -> Builder # showtPrec :: Int -> Coercion a b -> Text # showt :: Coercion a b -> Text # showtList :: [Coercion a b] -> Text # showtlPrec :: Int -> Coercion a b -> Text # showtl :: Coercion a b -> Text # showtlList :: [Coercion a b] -> Text # | |