| Copyright | 2008-2010 Edward Kmett |
|---|---|
| License | BSD |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Control.Category.Discrete
Description
Documentation
liftDiscrete :: Discrete a b -> Discrete (f a) (f b) Source
Discrete a b acts as a proof that a = b, lift that proof into something of kind * -> *