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