Module
Data.Lens.Prism  
- Package
- purescript-profunctor-lenses
- Repository
- purescript-contrib/purescript-profunctor-lenses
This module defines functions for working with prisms.
#clonePrism Source
clonePrism :: forall b a t s. APrism s t a b -> Prism s t a b#is Source
is :: forall r b a t s. HeytingAlgebra r => APrism s t a b -> s -> r#isn't Source
isn't :: forall r b a t s. HeytingAlgebra r => APrism s t a b -> s -> rRe-exports from Data.Lens.Types  
- Modules
- Data.Lens 
- Data.Lens. At 
- Data.Lens. Common 
- Data.Lens. Fold 
- Data.Lens. Fold. Partial 
- Data.Lens. Getter 
- Data.Lens. Index 
- Data.Lens. Indexed 
- Data.Lens. Internal. Exchange 
- Data.Lens. Internal. Focusing 
- Data.Lens. Internal. Forget 
- Data.Lens. Internal. Indexed 
- Data.Lens. Internal. Market 
- Data.Lens. Internal. Re 
- Data.Lens. Internal. Shop 
- Data.Lens. Internal. Tagged 
- Data.Lens. Internal. Wander 
- Data.Lens. Iso 
- Data.Lens. Iso. Newtype 
- Data.Lens. Lens 
- Data.Lens. Lens. Product 
- Data.Lens. Lens. Tuple 
- Data.Lens. Lens. Unit 
- Data.Lens. Lens. Void 
- Data.Lens. Prism 
- Data.Lens. Prism. Coproduct 
- Data.Lens. Prism. Either 
- Data.Lens. Prism. Maybe 
- Data.Lens. Setter 
- Data.Lens. Traversal 
- Data.Lens. Types 
- Data.Lens. Zoom