Idris2Doc : Data.Either.Lens

Data.Either.Lens

(source)

Reexports

importpublic Control.Lens

Definitions

Left_ : Prism (Eitherac) (Eitherbc) ab
  A prism to the left of an `Either`.

Totality: total
Visibility: public export
Right_ : Prism (Eitherca) (Eithercb) ab
  A prism to the right of an `Either`.

Totality: total
Visibility: public export
chosen : IndexedLens (Either () ()) (Eitheraa) (Eitherbb) ab
Totality: total
Visibility: public export