package ocaml-base-compiler

  1. Overview
  2. Docs
type t = string
val parens_if_infix : t -> t
val simple : t -> t
val father : t -> t
val concat : t -> t -> t
val normalize_name : t -> t
val head : t -> t
val depth : t -> int
val prefix : t -> t -> bool
val get_relative : t -> t -> t
val get_relative_raw : t -> t -> t
val hide_given_modules : t list -> t -> t
val qualified : t -> bool
val from_ident : Ident.t -> t
val from_path : Path.t -> t
val to_path : t -> Path.t
val from_longident : Longident.t -> t
module Map : sig ... end