index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pretyping
/
evd.ml
Commit message (
Expand
)
Author
Age
*
Forcing i > Set for global universes (incomplete)
Matthieu Sozeau
2015-10-02
*
Univs: force all universes to be >= Set.
Matthieu Sozeau
2015-10-02
*
Universes: enforce Set <= i for all Type occurrences.
Matthieu Sozeau
2015-10-02
*
Fixing loss of extra data in Evd.
Pierre-Marie Pédrot
2015-09-27
*
Univs: Add universe binding lists to definitions
Matthieu Sozeau
2015-09-14
*
Fix bug #4254 with the help of J.H. Jourdan
Matthieu Sozeau
2015-06-26
*
Fixup for 866c41b
Enrico Tassi
2015-05-28
*
Fix bug #4159
Matthieu Sozeau
2015-05-27
*
Adding an extensible global state to evarmaps.
Pierre-Marie Pédrot
2015-05-19
*
Tactical `progress` compares term up to potentially equalisable universes.
Arnaud Spiwack
2015-04-22
*
Add function to fix the non-substituted universe variables of an evar_map.
Matthieu Sozeau
2015-03-17
*
[Proofview.tclPROGRESS]: do not consider that trivial goal instantiation is p...
Arnaud Spiwack
2015-02-24
*
Compensating 6fd763431 on postponing subtyping evar-evar problems.
Hugo Herbelin
2015-02-23
*
Continuing experimentation on what part of the instance of an evar
Hugo Herbelin
2015-02-21
*
Univs: proper printing of global and local universe names (only
Matthieu Sozeau
2015-01-17
*
Update headers.
Maxime Dénès
2015-01-12
*
Fix merging of name maps in union of universe contexts.
Matthieu Sozeau
2014-12-14
*
Tentatively more informative report of failure when inferring
Hugo Herbelin
2014-12-11
*
Improved tracking of the origin of evars.
Hugo Herbelin
2014-12-07
*
More consistent printing of evars in evar_map debugging printer.
Hugo Herbelin
2014-12-05
*
New approach to deal with evar-evar unification problems in different
Hugo Herbelin
2014-12-04
*
Option -type-in-type continued (deactivate test for inferred sort of
Hugo Herbelin
2014-11-19
*
new: Optimize Proof, Optimize Heap
Enrico Tassi
2014-11-09
*
Fixing a bug in change of subst_defined_metas in bcba6d1bc9f769da:
Hugo Herbelin
2014-11-08
*
Experimentally applying eager evar substitution at the same time as
Hugo Herbelin
2014-11-04
*
Removing dead code from Evd.
Pierre-Marie Pédrot
2014-10-27
*
Removing the Evd.diff function.
Pierre-Marie Pédrot
2014-10-27
*
Removing the Evd.merge function.
Pierre-Marie Pédrot
2014-10-27
*
This commit introduces changes in induction and destruct.
Hugo Herbelin
2014-10-25
*
Add more primitives to the [Monad.Make] arguments.
Arnaud Spiwack
2014-10-22
*
Dead code.
Hugo Herbelin
2014-10-21
*
Refine: proper scoping of the future goals.
Arnaud Spiwack
2014-10-16
*
Move the handling of the principal evar from refine to evd.
Arnaud Spiwack
2014-10-16
*
Move the handling a new evars from the [Proofview.Refine] module to [Evd].
Arnaud Spiwack
2014-10-16
*
Evd: a few comments to document the increasingly wide internal [evar_map] type.
Arnaud Spiwack
2014-10-16
*
Evd: remove/update obsolete comments.
Arnaud Spiwack
2014-10-16
*
Adding a tactic which fails if one of the goals under focus is dependent in a...
Hugo Herbelin
2014-10-13
*
Add debug printers for projections, fix printing of evar constraints
Matthieu Sozeau
2014-10-10
*
Fixing ennoying warning about evars named ?23 and so on.
Hugo Herbelin
2014-10-03
*
Work around issues with FO unification trying to unify terms of
Matthieu Sozeau
2014-10-02
*
Seeing IntroWildcard as an action intro pattern rather than as a naming pattern
Hugo Herbelin
2014-09-30
*
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-30
*
Merging some functions from evarutil.ml/evd.ml.
Hugo Herbelin
2014-09-29
*
Rename eq_constr functions in Evd to not break backward compatibility
Matthieu Sozeau
2014-09-24
*
Be more conservative and keep the use of eq_constr in pretyping/ functions.
Matthieu Sozeau
2014-09-17
*
Fix bug #3593, making constr_eq and progress work up to
Matthieu Sozeau
2014-09-17
*
Exporting apply_subfilter from Evd.ml.
Hugo Herbelin
2014-09-13
*
Fixing synchronization of evar names table when merging evar_map.
Hugo Herbelin
2014-09-13
*
Providing a -type-in-type option for collapsing the universe hierarchy.
Hugo Herbelin
2014-09-13
*
Checking typability of evar instances. Using ";" to separate bindings
Hugo Herbelin
2014-09-13
[next]