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.Functor.Trans
Contents
Description
Monomorphic TextShow
functions for functor transformers.
Note that :
- An instance for
Identity
is found intext-show
, since it is a part ofbase-4.8.0.0
and later. - Instances for
Compose
,Product
, andSum
are found intext-show
, since they are part ofbase-4.9.0.0
and later.
Since: 2