| 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.Monoid
Contents
Orphan instances
| TextShow1 First # | Since: 2 |
| TextShow1 Last # | Since: 2 |
| TextShow1 Dual # | Since: 2 |
| TextShow1 Sum # | Since: 2 |
| TextShow1 Product # | Since: 2 |
| TextShow All # | Since: 2 |
| TextShow Any # | Since: 2 |
| TextShow a => TextShow (First a) # | Since: 2 |
| TextShow a => TextShow (Last a) # | Since: 2 |
| TextShow a => TextShow (Dual a) # | Since: 2 |
| TextShow a => TextShow (Sum a) # | Since: 2 |
| TextShow a => TextShow (Product a) # | Since: 2 |
| TextShow1 f => TextShow1 (Ap f) # | Only available with Since: 3.7.4 |
| TextShow1 f => TextShow1 (Alt f) # | Only available with Since: 2 |
| TextShow (f a) => TextShow (Ap f a) # | Only available with Since: 3.7.4 |
| TextShow (f a) => TextShow (Alt f a) # | Only available with Since: 2 |