package melange-compiler-libs

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

Module Shape.UidSource

Sourcetype t = private
  1. | Compilation_unit of string
  2. | Item of {
    1. comp_unit : string;
    2. id : int;
    }
  3. | Internal
  4. | Predef of string
Sourceval reinit : unit -> unit
Sourceval mk : current_unit:string -> t
Sourceval of_compilation_unit_id : Ident.t -> t
Sourceval of_predef_id : Ident.t -> t
Sourceval internal_not_actually_unique : t
Sourceval for_actual_declaration : t -> bool
include Identifiable.S with type t := t
module T : sig ... end
val equal : T.t -> T.t -> bool
val hash : T.t -> int
val compare : T.t -> T.t -> int
val output : out_channel -> T.t -> unit
val print : Format.formatter -> T.t -> unit
module Set : sig ... end
module Map : sig ... end
module Tbl : sig ... end
OCaml

Innovation. Community. Security.