lens-3.6.0.2: Lenses, Folds and Traversals
Data.Dynamic.Lens
Description
Synopsis
dynamic :: (Typeable a, Typeable b) => Projection Dynamic Dynamic a bSource
Traverse the typed value contained in a Dynamic where the type required by your function matches that of the contents of the Dynamic.
Dynamic
>>> ()^.by dynamic <<()>>
>>>
()^.by dynamic