| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Optics.PrismaticGetter
Synopsis
- data A_PrismaticGetter :: OpticKind
 - type PrismaticGetter s t a b = Optic A_PrismaticGetter '[] s t a b
 - type PrismaticGetter' s a = Optic' A_PrismaticGetter '[] s a
 - module Optics.Optic
 
Documentation
data A_PrismaticGetter :: OpticKind #
Tag for a prismatic getter.
Instances
type PrismaticGetter s t a b = Optic A_PrismaticGetter '[] s t a b #
Type synonym for a type-modifying prismatic getter.
type PrismaticGetter' s a = Optic' A_PrismaticGetter '[] s a #
Type synonym for a type-preserving prismatic getter.
module Optics.Optic