License | GPL2 |
---|---|
Maintainer | zcarterc@gmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Extensions |
|
Data.DynamicState
Description
This module implements a simple HashMap ConcreteTypeRep Dynamic
- newtype DynamicState = DynamicState {}
- getDyn :: forall a. Typeable a => DynamicState -> Maybe a
- setDyn :: forall a. Typeable a => DynamicState -> a -> DynamicState
- _dyn :: (Typeable a, Functor f) => a -> (a -> f a) -> DynamicState -> f DynamicState
Documentation
getDyn :: forall a. Typeable a => DynamicState -> Maybe a #
setDyn :: forall a. Typeable a => DynamicState -> a -> DynamicState #
_dyn :: (Typeable a, Functor f) => a -> (a -> f a) -> DynamicState -> f DynamicState #
Lens with default value