Copyright | (C) 2008-2016 Edward Kmett |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Synopsis
- newtype WrappedBifunctor p a b = WrapBifunctor {
- unwrapBifunctor :: p a b
Documentation
newtype WrappedBifunctor p a b Source #
WrapBifunctor | |
|