index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
evd.mli
Age
Commit message (
Expand
)
Author
2016-02-13
Do not give a name to anonymous evars anymore. See bug #4547.
Pierre-Marie Pédrot
2016-01-27
Fix bug #4537: Coq 8.5 is slower in typeclass resolution.
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-11-17
Performance fix for destruct.
Pierre-Marie Pédrot
2015-11-02
Fix bug #4151: discrepancy between exact and eexact/eassumption.
Matthieu Sozeau
2015-10-29
Handle side-effects of Vernacular commands inside proofs better, so that
Matthieu Sozeau
2015-10-28
Univs: local names handling.
Matthieu Sozeau
2015-10-28
Avoid type checking private_constants (side_eff) again during Qed (#4357).
Enrico Tassi
2015-10-07
Univs: fix FingerTree contrib.
Matthieu Sozeau
2015-10-02
Univs (evd): deal with global universes and sideff
Matthieu Sozeau
2015-10-02
Universes: enforce Set <= i for all Type occurrences.
Matthieu Sozeau
2015-09-14
Univs: Add universe binding lists to definitions
Matthieu Sozeau
2015-05-27
Fix bug #4159
Matthieu Sozeau
2015-05-19
Adding an extensible global state to evarmaps.
Pierre-Marie Pédrot
2015-04-22
Tactical `progress` compares term up to potentially equalisable universes.
Arnaud Spiwack
2015-03-17
Add function to fix the non-substituted universe variables of an evar_map.
Matthieu Sozeau
2015-02-24
[Proofview.tclPROGRESS]: do not consider that trivial goal instantiation is p...
Arnaud Spiwack
2015-02-23
Compensating 6fd763431 on postponing subtyping evar-evar problems.
Hugo Herbelin
2015-02-21
Continuing experimentation on what part of the instance of an evar
Hugo Herbelin
2015-02-02
Removing dead code.
Pierre-Marie Pédrot
2015-01-17
Univs: proper printing of global and local universe names (only
Matthieu Sozeau
2015-01-12
Update headers.
Maxime Dénès
2014-12-04
New approach to deal with evar-evar unification problems in different
Hugo Herbelin
2014-11-19
Option -type-in-type continued (deactivate test for inferred sort of
Hugo Herbelin
2014-11-09
new: Optimize Proof, Optimize Heap
Enrico Tassi
2014-11-04
Experimentally applying eager evar substitution at the same time as
Hugo Herbelin
2014-10-27
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-25
This commit introduces changes in induction and destruct.
Hugo Herbelin
2014-10-16
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-13
Adding a tactic which fails if one of the goals under focus is dependent in a...
Hugo Herbelin
2014-09-30
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-29
Merging some functions from evarutil.ml/evd.ml.
Hugo Herbelin
2014-09-24
Rename eq_constr functions in Evd to not break backward compatibility
Matthieu Sozeau
2014-09-17
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-13
Exporting apply_subfilter from Evd.ml.
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-12
Parsing evar instances.
Hugo Herbelin
2014-09-12
Referring to evars by names. Added a parser for evars (but parsing of
Hugo Herbelin
2014-08-13
Bettre pretty-printing of evar maps, avoids printing universe information
Matthieu Sozeau
2014-07-03
When defining a monomorphic Program, do not allow arbitrary instantiations
Matthieu Sozeau
2014-06-29
When building on-the-fly elimination principles, set the predicates universe ...
Matthieu Sozeau
2014-06-20
Cleanup treatment of template universe polymorphism (thanks to E. Tassi
Matthieu Sozeau
2014-06-18
Proofs now take and return an evar_universe_context, simplifying interfaces
Matthieu Sozeau
2014-06-10
Cleanup in Univ, moving code for UniverseConstraints outside the kernel in Un...
Matthieu Sozeau
[next]