optics-core-0.1

Safe HaskellNone
LanguageHaskell2010

Data.Either.Optics

Documentation

_Left :: Prism (Either a b) (Either c b) a c #

_Right :: Prism (Either a b) (Either a c) b c #