package core

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

Module S.If_nothing_chosen

type (_, _) t =
  1. | Default_to : 'a -> ('a, 'a) t
  2. | Raise : ('a, 'a) t
  3. | Return_none : ('a, 'a Base.Option.t) t
OCaml

Innovation. Community. Security.