package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Provides bindings used by the match%optional ppx transformer. Example:

let open Immediate.Int.Option.Optional_syntax in
match%optional Immediate.Int.Option.some 3 with
| None   -> ()
| Some x -> printf "%d" x
module Optional_syntax : sig ... end
OCaml

Innovation. Community. Security.