package ocaml-base-compiler

  1. Overview
  2. Docs
type t
val create : module_path:Path.t -> location:Debuginfo.t -> original_ident:Ident.t -> t
val module_path : t -> Path.t
val location : t -> Debuginfo.t
val original_ident : t -> Ident.t
val print : Format.formatter -> t -> unit