package rocq-runtime
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The Rocq Prover -- Core Binaries and Tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
rocq-9.2.0.tar.gz
sha256=a45280ab4fbaac7540b136a6b073b4a6db15739ec1e149bded43fa6f4fc25f20
doc/rocq-runtime.tactics/TacticErrors/index.html
Module TacticErrorsSource
Common exceptions raised by tactics. These exceptions are catched at toplevel and pretty-printed to the user.
Raising exceptions.
Source
val clear_dependency :
?loc:Loc.t ->
Environ.env ->
Evd.evar_map ->
Names.Id.t option ->
Evarutil.clear_dependency_error ->
Names.GlobRef.t option ->
'aSource
val replacing_dependency :
?loc:Loc.t ->
Environ.env ->
Evd.evar_map ->
Names.Id.t ->
Evarutil.clear_dependency_error ->
Names.GlobRef.t option ->
'aSource
val convert_incompatible_types :
?loc:Loc.t ->
Environ.env ->
Evd.evar_map ->
EConstr.constr ->
EConstr.constr ->
'aSource
val unable_to_apply_lemma :
?loc:Loc.t ->
Environ.env ->
Evd.evar_map ->
EConstr.constr ->
EConstr.constr ->
'aSource
val depends_on_body :
?loc:Loc.t ->
Names.Id.t list ->
Names.Id.Set.t ->
Names.Id.t option ->
'aSource
val unexpected_extra_pattern :
?loc:Loc.t ->
int option ->
Tactypes.delayed_open_constr Tactypes.intro_pattern_expr ->
'aInternal use only.
Source
val clear_dependency_msg :
Environ.env ->
Evd.evar_map ->
Names.Id.t option ->
Evarutil.clear_dependency_error ->
Names.GlobRef.t option ->
Pp.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page