package coq-core
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.17.1.tar.gz
sha512=9a35311acec2a806730b94ac7dceabc88837f235c52a14c026827d9b89433bd7fa9555a9fc6829aa49edfedb24c8bbaf1411ebf463b74a50aeb17cba47745b6b
doc/coq-core.tactics/Hints/Hint_db/index.html
Module Hints.Hint_dbSource
All hints which have no pattern. * secvars represent the set of section variables that * can be used in the hint.
All hints associated to the reference
Source
val map_eauto :
Environ.env ->
Evd.evar_map ->
secvars:Names.Id.Pred.t ->
(Names.GlobRef.t * EConstr.constr array) ->
EConstr.constr ->
t ->
FullHint.t list with_modeAll hints associated to the reference, respecting modes if evars appear in the arguments and using the discrimination net. Returns a ModeMismatch if there are declared modes and none matches.
Source
val map_auto :
Environ.env ->
Evd.evar_map ->
secvars:Names.Id.Pred.t ->
(Names.GlobRef.t * EConstr.constr array) ->
EConstr.constr ->
t ->
FullHint.t listAll hints associated to the reference. Precondition: no evars should appear in the arguments, so no modes are checked.
Source
val iter :
(Names.GlobRef.t option -> hint_mode array list -> FullHint.t list -> unit) ->
t ->
unitSource
val fold :
(Names.GlobRef.t option ->
hint_mode array list ->
FullHint.t list ->
'a ->
'a) ->
t ->
'a ->
'a sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>