We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed5599 commit 68eb359Copy full SHA for 68eb359
dhall/src/Dhall/Optics.hs
@@ -29,6 +29,7 @@ import Lens.Micro.Internal (foldMapOf, (#.))
29
import qualified Lens.Micro
30
31
-- | Identical to @"Control.Lens.Getter".`Control.Lens.Getter.Getting`@
32
+{-# DEPRECATED Getting "Use Lens.Micro.Getting directly." #-}
33
type Getting r s a = (a -> Const r a) -> s -> Const r s
34
35
-- | Identical to @"Control.Lens.Type".`Control.Lens.Type.Optic`@
0 commit comments