package ocaml-base-compiler

  1. Overview
  2. Docs
Official 4.06.0 release

Install

Dune Dependency

Authors

Maintainers

Sources

4.06.0.tar.gz
sha256=011879c913e8f988ecdac020b205e2baa4023052efed25013bdb9a6b0d5c6a80
md5=4f3906e581181c5435078ffe3e485e3f

doc/ocamlcommon/Path/index.html

Module Path

type t =
  1. | Pident of Ident.t
  2. | Pdot of t * string * int
  3. | Papply of t * t
val same : t -> t -> bool
val compare : t -> t -> int
val isfree : Ident.t -> t -> bool
val binding_time : t -> int
val flatten : t -> [ `Contains_apply | `Ok of Ident.t * string list ]
val nopos : int
val name : ?paren:(string -> bool) -> t -> string
val head : t -> Ident.t
val heads : t -> Ident.t list
val last : t -> string
type typath =
  1. | Regular of t
  2. | Ext of t * string
  3. | LocalExt of Ident.t
  4. | Cstr of t * string
val constructor_typath : t -> typath
val is_constructor_typath : t -> bool
OCaml

Innovation. Community. Security.