package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.19.0.tar.gz
md5=64b49dbc3205477bd7517642c0b9cbb6
sha512=02fb5b4fb575af79e092492cbec6dc0d15a1d74a07f827f657a72d4e6066532630e5a6d15be4acdb73314bd40b9a321f9ea0584e0ccfe51fd3a56353bd30db9b

doc/coq-core.kernel/Names/DirPath/index.html

Module Names.DirPathSource

Sourcetype t

Type of directory paths. Essentially a list of module identifiers. The order is reversed to improve sharing. E.g. A.B.C is "C";"B";"A"

Sourceval equal : t -> t -> bool

Equality over directory paths.

Sourceval compare : t -> t -> int

Comparison over directory paths.

Sourceval hash : t -> int

Hash over directory paths.

Sourceval make : module_ident list -> t

Create a directory path. (The list must be reversed).

Sourceval repr : t -> module_ident list

Represent a directory path. (The result list is reversed).

Sourceval empty : t

The empty directory path.

Sourceval is_empty : t -> bool

Test whether a directory path is empty.

Sourceval dummy : t

Used in Safe_typing.empty_environment and similar

Sourceval hcons : t -> t

Hashconsing of directory paths.

Sourceval to_string : t -> string

Print non-empty directory paths as "coq_root.module.submodule"

Sourceval print : t -> Pp.t
OCaml

Innovation. Community. Security.