package coq-core
Install
Dune Dependency
Authors
Maintainers
Sources
md5=64b49dbc3205477bd7517642c0b9cbb6
sha512=02fb5b4fb575af79e092492cbec6dc0d15a1d74a07f827f657a72d4e6066532630e5a6d15be4acdb73314bd40b9a321f9ea0584e0ccfe51fd3a56353bd30db9b
doc/coq-core.library/Libnames/index.html
Module Libnames
Source
Dirpaths
Pop the suffix of a DirPath.t
. Raises a Failure
for an empty path
Pop the suffix n times
Immediate prefix and basename of a DirPath.t
. May raise Failure
Full paths are absolute paths of declarations
Constructors of full_path
Destructors of full_path
Parsing and printing of section path as "coq_root.module.id"
...
A qualid
is a partially qualified ident; it includes fully qualified names (= absolute names) and all intermediate partial qualifications of absolute names, including single identifiers. The qualid
are used to access the name table.
Turns an absolute name, a dirpath, or an Id.t into a qualified name denoting the same name
false when the qualid is not an ident
...
This is the root of the standard library of Coq
This is the default root prefix for developments which doesn't mention a root