Copyright | (C) 2014-2015 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Provisional |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Monomorphic Show
functions for Monoid
-related newtypes.
Since: 0.3
- showbAllPrec :: Int -> All -> Builder
- showbAnyPrec :: Int -> Any -> Builder
- showbDualPrecWith :: (Int -> a -> Builder) -> Int -> Dual a -> Builder
- showbFirstPrecWith :: (Int -> a -> Builder) -> Int -> First a -> Builder
- showbLastPrecWith :: (Int -> a -> Builder) -> Int -> Last a -> Builder
- showbProductPrecWith :: (Int -> a -> Builder) -> Int -> Product a -> Builder
- showbSumPrecWith :: (Int -> a -> Builder) -> Int -> Sum a -> Builder
Documentation
showbAllPrec :: Int -> All -> Builder Source
showbAnyPrec :: Int -> Any -> Builder Source