index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
evarsolve.ml
Age
Commit message (
Expand
)
Author
2021-01-04
Change the representation of kernel case.
Pierre-Marie Pédrot
2020-11-21
More documentation about the situation ?ev := C[?ev'] in solve_simple_eqn.
Hugo Herbelin
2020-11-16
Merge PR #12873: Unification: A type-checking fix in imitation + an error loc...
coqbot-app[bot]
2020-11-16
Checking type in unification imitation: avoid raising a non-located error.
Hugo Herbelin
2020-11-16
Fixing a (known) "bugged" part of imitation in unification.
Hugo Herbelin
2020-11-15
Fixes #12348: long-standing de Bruijn indices bug in imitation (solve_simple_...
Hugo Herbelin
2020-11-15
Locating the Ill-typed evar instance error.
Hugo Herbelin
2020-09-28
More precise information when unification fails because of incompatible candi...
Hugo Herbelin
2020-09-02
More efficient data structure for allowed evars
Maxime Dénès
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-08
Remove Evarutil.new_evar_instance from the API.
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-09
Code simplification in find_projectable_vars.
Pierre-Marie Pédrot
2020-04-09
Remove a unused computation in alias code.
Pierre-Marie Pédrot
2020-04-09
Inline an alias-computing function only used once.
Pierre-Marie Pédrot
2020-04-09
Remove dead code in Evarsolve alias resolution.
Pierre-Marie Pédrot
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-03-08
Ensure that template parameters are shared in the same inductive block.
Pierre-Marie Pédrot
2020-02-03
Do not return a full term in Evarsolve alias expansion.
Pierre-Marie Pédrot
2020-02-03
Delay lifting in Evarsolve aliasing.
Pierre-Marie Pédrot
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-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-23
Fixing typos - Part 3
JPR
2019-05-23
Fixing typos - Part 3
JPR
2019-04-10
Remove calls to global env in Inductiveops
Maxime Dénès
2019-04-10
Remove calls to Global.env from Evarsolve
Maxime Dénès
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-02-08
evarsolve transp_state and comments fixes
Matthieu Sozeau
2019-02-08
[evarconv] Handle frozen evars in solve_unif_constraints_with_heuristics
Matthieu Sozeau
2019-02-08
Add an helper [instantiate_evar] function
Matthieu Sozeau
2019-02-08
Flags of evar_conv_x/unifiers: rationalize
Matthieu Sozeau
2019-02-08
Rename types_or_terms and the unification function types
Matthieu Sozeau
2019-02-08
[evarconv] New flag handling for unifier
Matthieu Sozeau
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-11-12
Fix #8908: incorrect refresh of algebraic universes.
Gaëtan Gilbert
2018-10-31
Renaming is_template_polymorphic -> is_template_polymorphic_ind.
Hugo Herbelin
2018-10-29
Fix for bug #8848
Matthieu Sozeau
2018-10-26
[typeclasses] functionalize typeclass evar handling
Matthieu Sozeau
2018-10-26
Cleanup evar_extra: remove evar_info's store and add maps to evar_map
Matthieu Sozeau
2018-10-16
Simplify vars_of_global usage
Gaëtan Gilbert
2018-10-14
Removing a call to Global.env in evarsolve.
Hugo Herbelin
2018-10-08
Fix #5197, handling of algebraic universes
Matthieu Sozeau
2018-10-07
[api] Deprecate `evar_map` ref combinators.
Emilio Jesus Gallego Arias
2018-10-06
[api] Remove (most) 8.9 deprecated objects.
Emilio Jesus Gallego Arias
2018-09-14
Fixing yet a source of dependency on alphabetic order in unification.
Hugo Herbelin
[next]