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)"
>
On This Page
The Coq Proof Assistant -- Core Binaries and Tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
coq-8.19.0.tar.gz
md5=64b49dbc3205477bd7517642c0b9cbb6
sha512=02fb5b4fb575af79e092492cbec6dc0d15a1d74a07f827f657a72d4e6066532630e5a6d15be4acdb73314bd40b9a321f9ea0584e0ccfe51fd3a56353bd30db9b
doc/coq-core.pretyping/Patternops/index.html
Module PatternopsSource
Functions on patterns
Source
val subst_pattern :
Environ.env ->
Evd.evar_map ->
Mod_subst.substitution ->
'i Pattern.constr_pattern_r ->
'i Pattern.constr_pattern_rhead_pattern_bound t extracts the head variable/constant of the type t or raises BoundPattern (even if a sort); it raises an anomaly if t is an abstraction
head_of_constr_reference c assumes r denotes a reference and returns its label; raises an anomaly otherwise
pattern_of_constr c translates a term c with metavariables into a pattern; currently, no destructor (Cases, Fix, Cofix) and no existential variable are allowed in c
Source
val pattern_of_constr :
Environ.env ->
Evd.evar_map ->
EConstr.constr ->
Pattern.constr_patternSource
val legacy_bad_pattern_of_constr :
Environ.env ->
Evd.evar_map ->
EConstr.constr ->
Pattern.constr_patternDo not use, for internal Coq use only.
pattern_of_glob_constr l c translates a term c with metavariables into a pattern; variables bound in l are replaced by the pattern to which they are bound
Source
val uninstantiated_pattern_of_glob_constr :
Glob_term.glob_constr ->
Names.Id.Set.t * [ `uninstantiated ] Pattern.constr_pattern_rSource
val map_pattern_with_binders :
(Names.Name.t -> 'a -> 'a) ->
('a -> 'i Pattern.constr_pattern_r -> 'i Pattern.constr_pattern_r) ->
'a ->
'i Pattern.constr_pattern_r ->
'i Pattern.constr_pattern_rInterp genargs
Source
type 'a pat_interp_fun =
Environ.env ->
Evd.evar_map ->
Ltac_pretype.ltac_var_map ->
'a ->
Pattern.constr_pattern sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page