package owi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type Iop = sig ... end
module type Fop = sig ... end
type 'a get_ref =
  1. | Null
  2. | Ref_value of 'a
  3. | Type_mismatch
module type T = sig ... end
OCaml

Innovation. Community. Security.