package coq-core
Install
Dune Dependency
Authors
Maintainers
Sources
md5=0cfaa70f569be9494d24c829e6555d46
sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2
doc/coq-core.interp/Smartlocate/index.html
Module Smartlocate
Source
locate_global_with_alias
locates global reference possibly following a notation if this notation has a role of aliasing; raise Not_found
if not bound in the global env; raise a UserError
if bound to a syntactic def that does not denote a reference
Extract a global_reference from a reference that can be an "alias". If the reference points to a more complex term, we return None
Locate a reference taking into account possible "alias" notations. May raise Nametab.GlobalizationError _
for an unknown reference, or a UserError
if bound to a syntactic def that does not denote a reference.
The same for constants
The same for inductive types
The same for constructors of an inductive type
Locate a reference taking into account notations and "aliases"
The same for constants
The same for inductive types
The same for constructors of an inductive type