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 Dual # | Since: 2 |
TextShow1 Sum # | Since: 2 |
TextShow1 Product # | Since: 2 |
TextShow1 First # | Since: 2 |
TextShow1 Last # | Since: 2 |
TextShow All # | Since: 2 |
TextShow Any # | Since: 2 |
TextShow a0 => TextShow (Dual a0) # | Since: 2 |
TextShow a0 => TextShow (Sum a0) # | Since: 2 |
TextShow a0 => TextShow (Product a0) # | Since: 2 |
TextShow a0 => TextShow (First a0) # | Since: 2 |
TextShow a0 => TextShow (Last a0) # | Since: 2 |
TextShow1 f0 => TextShow1 (Alt * f0) # | Only available with Since: 2 |
TextShow (f a) => TextShow (Alt * f a) # | Only available with Since: 2 |