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