package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module type S1 = sig ... end
module type S2 = sig ... end
module type Optional_syntax = sig ... end

Interfaces for use with match%optional. Idiomatic usage is to have a module M like:

OCaml

Innovation. Community. Security.