| Copyright | (c) Edward Kmett 2014 |
|---|---|
| License | BSD3 |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Hask.Prism
Description
Documentation
class (Precocartesian ((~>) :: i -> i -> *), Profunctor p) => Choice p where Source