Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Maybe.Optics
Description
This module defines Prism
s for the constructors of the Maybe
datatype.
Synopsis
Documentation
_Just :: Prism (Maybe a) (Maybe b) a b Source #
A Prism
that matches on the Just
constructor of Maybe
.