package coq-core
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The Coq Proof Assistant -- Core Binaries and Tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
coq-8.19.1.tar.gz
md5=13d2793fc6413aac5168822313e4864e
sha512=ec8379df34ba6e72bcf0218c66fef248b0e4c5c436fb3f2d7dd83a2c5f349dd0874a67484fcf9c0df3e5d5937d7ae2b2a79274725595b4b0065a381f70769b42
doc/coq-core.engine/Evar_kinds/index.html
Module Evar_kindsSource
The kinds of existential variable
Should the obligation be defined (opaque or transparent (default)) or defined transparent and expanded in the term?
Source
type question_mark = {qm_obligation : obligation_definition_status;qm_name : Names.Name.t;qm_record_field : record_field option;
}Source
type t = | ImplicitArg of Names.GlobRef.t * int * Names.Id.t option * bool(*Force inference
*)| BinderType of Names.Name.t| EvarType of Names.Id.t option * Evar.t| NamedHole of Names.Id.t| QuestionMark of question_mark| CasesType of bool| InternalHole| TomatchTypeParameter of Names.inductive * int| GoalEvar| ImpossibleCase| MatchingVar of matching_var_kind| VarInstance of Names.Id.t| SubEvar of subevar_kind option * Evar.t
Source
type glob_evar_kind = | GImplicitArg of Names.GlobRef.t * int * Names.Id.t option * bool(*Force inference
*)| GBinderType of Names.Name.t| GNamedHole of bool * Names.Id.t| GQuestionMark of question_mark| GCasesType| GInternalHole| GImpossibleCase
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>