package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

rocq-9.0.0.tar.gz
md5=8d522602d23e7a665631826dab9aa92b
sha512=f4f76a6a178e421c99ee7a331a2fd97a06e9c5d0168d7e60c44e3820d8e1a124370ea104ad90c7f87a9a1e9d87b2d0d7d2d387c998feeaed4a75ed04e176a4be

doc/rocq-runtime.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 "root.module.submodule"

Sourceval print : t -> Pp.t
OCaml

Innovation. Community. Security.