package coq-core
The Coq Proof Assistant -- Core Binaries and Tools
Install
Dune Dependency
Authors
Maintainers
Sources
coq-8.19.1.tar.gz
md5=13d2793fc6413aac5168822313e4864e
sha512=ec8379df34ba6e72bcf0218c66fef248b0e4c5c436fb3f2d7dd83a2c5f349dd0874a67484fcf9c0df3e5d5937d7ae2b2a79274725595b4b0065a381f70769b42
doc/cc_plugin/Cc_plugin/Ccproof/index.html
Module Cc_plugin.Ccproof
Source
Source
type rule =
| Ax of Ccalgo.axiom
(*if ⊢ t = u :: A, then ⊢ t = u :: A
*)| SymAx of Ccalgo.axiom
(*if ⊢ t = u : A, then ⊢ u = t :: A
*)| Refl of Ccalgo.ATerm.t
| Trans of proof * proof
(*⊢ t = u :: A -> ⊢ u = v :: A -> ⊢ t = v :: A
*)| Congr of proof * proof
(*⊢ f = g :: forall x : A, B -> ⊢ t = u :: A -> f t = g u :: B
Assumes that B
≡ B
*)u
for this to make sense!| Inject of proof * Constr.pconstructor * int * int
(*⊢ ci v = ci w :: Ind(args) -> ⊢ v = w :: T where T is the type of the n-th argument of ci, assuming they coincide
*)
Main proof building function
Source
val build_proof :
Environ.env ->
Evd.evar_map ->
Ccalgo.forest ->
[ `Discr of int * Ccalgo.pa_constructor * int * Ccalgo.pa_constructor
| `Prove of int * int ] ->
proof
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>