index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
evarconv.ml
Age
Commit message (
Expand
)
Author
2020-11-21
Unification: documenting eta for pi-types and record types.
Hugo Herbelin
2020-11-21
Deduce Stack.decomp from Stack.strip_n_app.
Hugo Herbelin
2020-11-19
Use a proper canonical structure entry for projections.
Hugo Herbelin
2020-11-19
Fixes #9971: expand_projections failing on primitive projections of unknown t...
Hugo Herbelin
2020-11-16
Fixing the "IllTypedInstance" anomaly part of #5512.
Hugo Herbelin
2020-11-15
Merge PR #13376: Fixes #13266: Avoiding encapsulating exceptions w/o a handle...
coqbot-app[bot]
2020-11-14
Avoiding encapsulating exceptions w/o a handler in NotFoundInstance.
Hugo Herbelin
2020-11-13
Make the universe of primitive arrays irrelevant
Gaëtan Gilbert
2020-10-21
Add missing deprecations in Projection API.
Pierre-Marie Pédrot
2020-10-21
Similar introduction of a Construct module in the Names API.
Pierre-Marie Pédrot
2020-10-21
Introduce an Ind module in the Names API.
Pierre-Marie Pédrot
2020-10-21
Same little game with Projection.
Pierre-Marie Pédrot
2020-10-21
Deprecate the non-qualified equality functions on kerpairs.
Pierre-Marie Pédrot
2020-10-07
Explicitly pass around a state in Evarconv.second_order_matching.
Pierre-Marie Pédrot
2020-10-07
Algorithmically faster implementation of Evarconv.apply_on_subterm.
Pierre-Marie Pédrot
2020-09-02
Abstract type for allowed evars
Maxime Dénès
2020-09-02
Replace `frozen` by `allowed` evars in evarconv, and delay them
Maxime Dénès
2020-08-06
Use the evarinfo-stored identity substitution where applicable.
Pierre-Marie Pédrot
2020-07-13
Don't catch anomalies for evarconv "cannot find an instance" error
Gaëtan Gilbert
2020-07-08
Remove Evarutil.new_evar_instance from the API.
Pierre-Marie Pédrot
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-06-04
Move the cbn reduction to its own file, and simplify the RAKAM accordingly.
Pierre-Marie Pédrot
2020-05-10
No more local reduction functions in Reductionops.
Pierre-Marie Pédrot
2020-04-21
Merge PR #11896: Use lists instead of arrays in evar instances.
Maxime Dénès
2020-04-06
Clean and fix definitions of options.
Théo Zimmermann
2020-04-06
Use lists instead of arrays in evar instances.
Pierre-Marie Pédrot
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-13
Merge PR #11521: Remove Goptions.opt_name field
Pierre-Marie Pédrot
2020-02-12
Remove Goptions.opt_name field
Gaëtan Gilbert
2020-02-12
Standardize constr -> globref operations to use destRef/isRef/isRefX
Gaëtan Gilbert
2019-12-26
Remove uses of Global in Evd API.
Pierre-Marie Pédrot
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-08-29
Fix a few wrong uses of `msg_notice`
Maxime Dénès
2019-07-22
[Pretyping] Do not use the stale evarmap (in thin_evars)
Vincent Laporte
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
2019-05-07
Do not use the constant stack in whd_betaiota_deltazeta_for_iota_state.
Pierre-Marie Pédrot
2019-03-26
[evarconv] solve_simple_eqn is weaker than miller pattern (fix #9663)
Enrico Tassi
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-03-12
Merge PR #7819: Ho matching occ sel
Enrico Tassi
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-02-08
evarconf transp state and comments fixes
Matthieu Sozeau
2019-02-08
Fix issue found in GeoCoq
Matthieu Sozeau
2019-02-08
Add back the deprecated conv/cumul functions.
Matthieu Sozeau
2019-02-08
[evarconv] Handle frozen evars in solve_unif_constraints_with_heuristics
Matthieu Sozeau
2019-02-08
[evarconv] Clean second order matching of evdrefs
Matthieu Sozeau
2019-02-08
Change interfaces of evarconv as suggested by Enrico.
Matthieu Sozeau
[next]