import public Control.LensLeft_ : Prism (Either a c) (Either b c) a bA prism to the left of an `Either`.
Right_ : Prism (Either c a) (Either c b) a bA prism to the right of an `Either`.
chosen : IndexedLens (Either () ()) (Either a a) (Either b b) a b