package ocaml-base-compiler

  1. Overview
  2. Docs
val line_number : int Pervasives.ref
val char_number : int Pervasives.ref
val string_buffer : Buffer.t
val reset_string_buffer : unit -> unit
val add_char_string : char -> unit
val add_string : string -> unit
val read_string : unit -> string
val description : string Pervasives.ref
val blank : string
val open_brackets : int Pervasives.ref
val verb_mode : bool Pervasives.ref
val target_mode : bool Pervasives.ref
val shortcut_list_mode : bool Pervasives.ref
val ele_ref_mode : bool Pervasives.ref
val code_pre_mode : bool Pervasives.ref
val init : unit -> unit
val incr_cpts : Lexing.lexbuf -> unit
val __ocaml_lex_tables : Lexing.lex_tables
val __ocaml_lex_main_rec : Lexing.lexbuf -> int -> Odoc_text_parser.token