Copyright | (C) 2012-16 Edward Kmett |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Stability | experimental |
Portability | Rank2Types |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- _cast :: (Typeable s, Typeable a) => Traversal' s a
- _gcast :: forall s a (c :: Type -> Type). (Typeable s, Typeable a) => Traversal' (c s) (c a)
Documentation
_cast :: (Typeable s, Typeable a) => Traversal' s a Source #
A Traversal'
for working with a cast
of a Typeable
value.