| 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 a => TextShow1 (Arg a) Source # | Since: 3 |
| TextShow a => TextShow (Min a) Source # | Since: 3 |
| TextShow a => TextShow (Max a) Source # | Since: 3 |
| TextShow a => TextShow (First a) Source # | Since: 3 |
| TextShow a => TextShow (Last a) Source # | Since: 3 |
| TextShow m => TextShow (WrappedMonoid m) Source # | Since: 3 |
| TextShow a => TextShow (Option a) Source # | Since: 3 |
| (TextShow a, TextShow b) => TextShow (Arg a b) Source # | Since: 3 |