package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587

doc/coq-core.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 is_bound : t -> bool
Sourceval initial : t

Name of the toplevel structure (= MPfile initial_dir)

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

Encode as a string (not to be used for user-facing messages).

Sourceval debug_to_string : t -> string

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

OCaml

Innovation. Community. Security.