| Copyright | (C) 2015 The University of Kansas | 
|---|---|
| License | BSD-style (see the file LICENSE) | 
| Maintainer | Andy Gill | 
| Stability | Experimental | 
| Safe Haskell | Safe | 
| Language | Haskell2010 | 
Control.Object
Description
An Object type, which is a natural transformation into the IO monad.
Documentation
(#) :: Transformation f g t => t -> forall a. f a -> g a Source #
The invocation method for a natural transformation.