Copyright | (c) 2020-2021 berberman |
---|---|
License | MIT |
Maintainer | berberman <berberman@yandex.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Lenses from Distribution.Compat.Lens
Synopsis
- module Distribution.Compat.Lens
- lens :: (s -> a) -> (s -> b -> t) -> Lens s t a b
- (<&>) :: Functor f => f a -> (a -> b) -> f b
- mapped :: Functor f => ASetter (f a) (f b) a b
- class HasVersionedPackage a where
- class HasComponentialPackage a where
Documentation
module Distribution.Compat.Lens
class HasVersionedPackage a where Source #