package ppx_mysql

  1. Overview
  2. Docs

Module Stdlib.OptionSource

Sourcetype 'a t = 'a option =
  1. | None
  2. | Some of 'a
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval get : 'a t -> 'a
OCaml

Innovation. Community. Security.