9 | ||| A prism of the `Nothing` case of a `Maybe`.
14 | ||| A prism of the `Just` case of a `Maybe`.
23 | ||| The composition `l .? l'` is equivalent to `l . Just_ . l'`.
24 | ||| Useful for optics whose focus type is a `Maybe`, such as `at`.
26 | (.?) : IsPrism p => Optic' p s t (Maybe a) (Maybe b) -> Optic' p a b a' b' -> Optic' p s t a' b'
32 | -- each = Just_