| 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.Equality
Contents
Description
TextShow instance for propositional equality.
Only provided if using base-4.7.0.0 or later.
Since: 2
Orphan instances
| TextShow2 ((:~:) :: Type -> Type -> Type) # | Since: 2 |
| TextShow2 ((:~~:) :: Type -> Type -> Type) # | Since: 3.6 |
| TextShow1 ((:~:) a) # | Since: 2 |
| TextShow1 ((:~~:) a :: Type -> Type) # | Since: 3.6 |
| TextShow (a :~: b) # | Since: 2 |
| TextShow (a :~~: b) # | Since: 3.6 |