package coq
Formal proof management system
Install
Dune Dependency
Authors
Maintainers
Sources
coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587
doc/coq-core.proofs/Logic/index.html
Module Logic
Source
Legacy proof engine. Do not use in newly written code.
check
respectively means:\\ Intro
: check that the name does not exist\\ Intro_after
: check that the name does not exist and that variables in its type does not escape their scope\\ Intro_replacing
: check that the name does not exist and that variables in its type does not escape their scope\\ Convert_hyp
: check that the name exist and that its type is convertible\\
The primitive refiner.
Refiner errors.
Source
type refiner_error =
| BadType of Constr.constr * Constr.constr * EConstr.t
| UnresolvedBindings of Names.Name.t list
| CannotApply of Constr.constr * Constr.constr
| NonLinearProof of Constr.constr
| MetaInType of EConstr.constr
| IntroNeedsProduct
| NoSuchHyp of Names.Id.t
Move destination for hypothesis
Source
val convert_hyp :
check:bool ->
reorder:bool ->
Environ.env ->
Evd.evar_map ->
EConstr.named_declaration ->
Environ.named_context_val
Source
val move_hyp_in_named_context :
Environ.env ->
Evd.evar_map ->
Names.Id.t ->
Names.Id.t move_location ->
Environ.named_context_val ->
Environ.named_context_val
Source
val insert_decl_in_named_context :
Environ.env ->
Evd.evar_map ->
EConstr.named_declaration ->
Names.Id.t move_location ->
Environ.named_context_val ->
Environ.named_context_val
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page