Copyright | (C) 2012-2016 Edward Kmett |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | provisional |
Portability | non-portable |
Safe Haskell | Safe |
Language | Haskell98 |
- class (Applicative f, Distributive f, Traversable f) => Settable f where
Setters
class (Applicative f, Distributive f, Traversable f) => Settable f where Source #
untainted :: f a -> a Source #
untaintedDot :: Profunctor p => p a (f b) -> p a b Source #
taintedDot :: Profunctor p => p a b -> p a (f b) Source #