| Copyright | (C) 2012-2014 Edward Kmett | 
|---|---|
| License | BSD-style (see the file LICENSE) | 
| Maintainer | Edward Kmett <ekmett@gmail.com> | 
| Stability | provisional | 
| Portability | non-portable | 
| Safe Haskell | Trustworthy | 
| Language | Haskell98 | 
Control.Lens.Internal.Setter
Contents
Description
- class (Applicative f, Distributive f, Traversable f) => Settable f where- untainted :: f a -> a
- untaintedDot :: Profunctor p => p a (f b) -> p a b
- taintedDot :: Profunctor p => p a b -> p a (f b)
 
Setters
class (Applicative f, Distributive f, Traversable f) => Settable f where Source
Minimal complete definition
Methods
untaintedDot :: Profunctor p => p a (f b) -> p a b Source
taintedDot :: Profunctor p => p a b -> p a (f b) Source