| Copyright | (c) Ross Paterson 2002, (C) 2015 KONISHI Yohsuke | 
|---|---|
| License | BSD-style (see the LICENSE file in the distribution) | 
| Maintainer | ocean0yohsuke@gmail.com | 
| Stability | experimental | 
| Portability | --- | 
| Safe Haskell | Safe | 
| Language | Haskell2010 | 
DeepControl.Arrow
Description
Documentation
module Control.Arrow
newtype Kleisli2 m1 m2 a b Source
Constructors
| Kleisli2 | |
| Fields 
 | |
newtype Kleisli3 m1 m2 m3 a b Source
Constructors
| Kleisli3 | |
| Fields 
 | |
newtype Kleisli4 m1 m2 m3 m4 a b Source
Constructors
| Kleisli4 | |
| Fields 
 | |
newtype Kleisli5 m1 m2 m3 m4 m5 a b Source
Constructors
| Kleisli5 | |
| Fields 
 | |