package ocaml-base-compiler

  1. Overview
  2. Docs
val nb_chars : int Pervasives.ref
val authors : string list Pervasives.ref
val version : string option Pervasives.ref
val sees : string list Pervasives.ref
val since : string option Pervasives.ref
val before : (string * string) list Pervasives.ref
val deprecated : string option Pervasives.ref
val params : (string * string) list Pervasives.ref
val raised_exceptions : (string * string) list Pervasives.ref
val return_value : string option Pervasives.ref
val customs : (string * string) list Pervasives.ref
val init : unit -> unit