package rocq-runtime

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.1.0.tar.gz
sha256=b236dc44f92e1eeca6877c7ee188a90c2303497fe7beb99df711ed5a7ce0d824

doc/rocq-runtime.kernel/Names/ModPath/index.html

Module Names.ModPathSource

Sourcetype t =
  1. | MPfile of DirPath.t
  2. | MPbound of MBId.t
  3. | MPdot of t * Label.t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval subpath : t -> t -> bool
Sourceval is_bound : t -> bool
Sourceval dummy : t

(= MPfile DirPath.dummy)

Sourceval dp : t -> DirPath.t
Sourceval to_string : t -> string

Converts a identifier into an string.

Sourceval print : t -> Pp.t

Pretty-printer.

Sourceval debug_to_string : t -> string

Same as to_string, but outputs extra information related to debug.