index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pretyping
/
unification.ml
Commit message (
Expand
)
Author
Age
*
- Fix for commit 15999903f875f4b5dbb3d5240d2ca39acc3cd777 which disallowed some
Matthieu Sozeau
2014-05-28
*
- Fix in kernel conversion not folding the universe constraints
Matthieu Sozeau
2014-05-26
*
Fix second-order matching to properly check that the predicate found by
Matthieu Sozeau
2014-05-09
*
Fix performance problem with unification in presence of universes (bug #3302)...
Matthieu Sozeau
2014-05-08
*
- Fixes for canonical structure resolution (check that the initial term indee...
Matthieu Sozeau
2014-05-06
*
- Fix eq_constr_universes restricted to Sorts.equal
Matthieu Sozeau
2014-05-06
*
- Fix bug preventing apply from unfolding Fixpoints.
Matthieu Sozeau
2014-05-06
*
- Fix comparison of universes.
Matthieu Sozeau
2014-05-06
*
Properly reinstate old-style polymorphism in the kernel and pretyping/retyping.
Matthieu Sozeau
2014-05-06
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Removing dead code, thanks to new OCaml warnings and a bit of scripting.
Pierre-Marie Pédrot
2014-04-23
*
Reductionops.Stack.strip* are ready to deal with Shift
Pierre Boutillier
2014-02-24
*
Stack operations of Reductionops in Reductionops.Stack
Pierre Boutillier
2014-02-24
*
TC: honor the use_typeclasses flag in pretyping
Enrico Tassi
2014-02-12
*
Conv_orable made functional and part of pre_env
gareuselesinge
2013-10-31
*
Optimization in unification: when checking that the head of a term is an
ppedrot
2013-10-29
*
Useless array-to-list casts in Unification.
ppedrot
2013-10-29
*
Do not generate useless argument arrays in whd_* functions.
ppedrot
2013-10-29
*
- install evar printer for debugging
msozeau
2013-10-29
*
cList: set-as-list functions are now with an explicit comparison
letouzey
2013-10-23
*
Small optimizations in unification.
ppedrot
2013-10-23
*
Get rid of the uses of deprecated OCaml elements (still remaining compatible ...
xclerc
2013-09-19
*
At least made the evar type opaque! There are still 5 remaining unsafe
ppedrot
2013-09-18
*
- Fix uncaught exception NotASort from reductionops, moving decomp_sort to re...
msozeau
2013-07-19
*
- Keep the refinement of existing evars comming from unification with a rewri...
msozeau
2013-06-19
*
Little oversight in commit r16489 (fix for bug #3036).
herbelin
2013-05-10
*
Protection against "Bad recursive type" in w_unify0 (bug #3036).
herbelin
2013-05-08
*
Splitting Term into five unrelated interfaces:
ppedrot
2013-04-29
*
Fix bug #2989: make unification.ml able to deal with canonical structure in a...
pboutill
2013-03-25
*
Restrict (try...with...) to avoid catching critical exn (part 12)
letouzey
2013-03-13
*
Evarconv: When doing a iota of a fixpoint, use constant name instead of fixpo...
pboutill
2013-02-25
*
A more informative message when the elimination predicate for
herbelin
2013-02-17
*
Added propagation of evars unification failure reasons for better
herbelin
2013-02-17
*
Splitted Evarutil in two files
ppedrot
2013-02-10
*
Revert "Ordered evars by level of dependency in the merging phase of unificat...
herbelin
2013-02-05
*
Uniformization of the "anomaly" command.
ppedrot
2013-01-28
*
Ordered evars by level of dependency in the merging phase of unification
herbelin
2013-01-27
*
Fixed a little inefficiency of "set/destruct" over a pattern. Now
herbelin
2012-12-18
*
Factorization of the elim unif flag with the default flag. Since
herbelin
2012-12-18
*
Modulification of identifier
ppedrot
2012-12-14
*
Moved Intset and Intmap to Int namespace.
ppedrot
2012-12-14
*
Monomorphization (pretyping)
ppedrot
2012-11-22
*
Monomorphized a lot of equalities over OCaml integers, thanks to
ppedrot
2012-11-08
*
Removed many calls to OCaml generic equality. This was done by
ppedrot
2012-10-29
*
Improving error message when abtraction over goal (abstract_list_all
herbelin
2012-10-04
*
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-10-02
*
As r15801: putting everything from Util.array_* to CArray.*.
ppedrot
2012-09-14
*
This patch removes unused "open" (automatically generated from
regisgia
2012-09-14
*
Unification in Evar_conv uses an abstract machine state
pboutill
2012-08-09
*
Updating headers.
herbelin
2012-08-08
[next]