package js_of_ocaml-compiler

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

Module Code.VarSource

Sourcetype t
Sourceval print : Format.formatter -> t -> unit
Sourceval equal : t -> t -> bool
Sourceval idx : t -> int
Sourceval of_idx : int -> t
Sourceval to_string : ?origin:t -> t -> string
Sourceval fresh : unit -> t
Sourceval fresh_n : string -> t
Sourceval fork : t -> t
Sourceval count : unit -> int
Sourceval compare : t -> t -> int
Sourceval loc : t -> Parse_info.t -> unit
Sourceval get_loc : t -> Parse_info.t option
Sourceval get_name : t -> string option
Sourceval name : t -> string -> unit
Sourceval propagate_name : t -> t -> unit
Sourceval reset : unit -> unit
Sourceval set_pretty : bool -> unit
Sourceval set_stable : bool -> unit
Sourcemodule Set : Set.S with type elt = t
Sourcemodule Map : Map.S with type key = t
Sourcemodule Tbl : sig ... end
Sourcemodule ISet : sig ... end
OCaml

Innovation. Community. Security.