| 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.Semigroup
Contents
Description
TextShow instances for data types in the Data.Semigroup module.
Since: 3
Orphan instances
| TextShow2 Arg Source # | Since: 3 |
| TextShow1 Min Source # | Since: 3 |
| TextShow1 Max Source # | Since: 3 |
| TextShow1 First Source # | Since: 3 |
| TextShow1 Last Source # | Since: 3 |
| TextShow1 WrappedMonoid Source # | Since: 3 |
| TextShow1 Option Source # | Since: 3 |
| TextShow a0 => TextShow1 (Arg a0) Source # | Since: 3 |
| TextShow a0 => TextShow (Min a0) Source # | Since: 3 |
| TextShow a0 => TextShow (Max a0) Source # | Since: 3 |
| TextShow a0 => TextShow (First a0) Source # | Since: 3 |
| TextShow a0 => TextShow (Last a0) Source # | Since: 3 |
| TextShow m0 => TextShow (WrappedMonoid m0) Source # | Since: 3 |
| TextShow a0 => TextShow (Option a0) Source # | Since: 3 |
| (TextShow a0, TextShow b0) => TextShow (Arg a0 b0) Source # | Since: 3 |