package geojsone

  1. Overview
  2. Docs

Module Optics.OptionalSource

Sourcetype ('s, 'a) t = ('s, 'a option) Lens.t
Sourceval lens : ('a, 'b) Lens.t -> ('a, 'b) t
Sourceval prism : ('a, 'b) Prism.t -> ('a, 'b) t
Sourceval (>&) : ('a, 'b) Lens.t -> ('b, 'c) Prism.t -> ('a, 'c) t
Sourceval (>$) : ('a, 'b) Prism.t -> ('b, 'c) Lens.t -> ('a, 'c) t
Sourceval (>>) : ('a, 'b) t -> ('b, 'c) t -> ('a, 'c) t
OCaml

Innovation. Community. Security.