| Copyright | (C) 2014-2016 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
TextShow.Data.Semigroup
Description
Monomorphic TextShow functions for data types in the Data.Semigroup module.
Since: 3
- liftShowbMinPrec :: (Int -> a -> Builder) -> Int -> Min a -> Builder
- liftShowbMaxPrec :: (Int -> a -> Builder) -> Int -> Max a -> Builder
- liftShowbFirstPrec :: (Int -> a -> Builder) -> Int -> First a -> Builder
- liftShowbLastPrec :: (Int -> a -> Builder) -> Int -> Last a -> Builder
- liftShowbWrappedMonoidPrec :: (Int -> m -> Builder) -> Int -> WrappedMonoid m -> Builder
- liftShowbOptionPrec :: (Int -> a -> Builder) -> Int -> Option a -> Builder
- liftShowbArgPrec2 :: (Int -> a -> Builder) -> (Int -> b -> Builder) -> Int -> Arg a b -> Builder
Documentation
liftShowbWrappedMonoidPrec :: (Int -> m -> Builder) -> Int -> WrappedMonoid m -> Builder Source
Convert a WrappedMonoid to a Builder with the given show function
and precedence.
Since: 3