index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
universes.mli
Age
Commit message (
Expand
)
Author
2016-10-20
Cleanup code according to comments.
Matthieu Sozeau
2016-10-20
Fix minimization to be insensitive to redundant arcs.
Matthieu Sozeau
2016-06-13
Univs: more robust Universe/Constraint decls #4816
Matthieu Sozeau
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-11-26
More efficient implementation of equality-up-to-universes in Universes.
Pierre-Marie Pédrot
2015-10-29
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-10-28
Univs: local names handling.
Matthieu Sozeau
2015-10-09
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-10-08
Univs: fix bug #3807
Matthieu Sozeau
2015-10-06
Splitting kernel universe code in two modules.
Pierre-Marie Pédrot
2015-04-22
Tactical `progress` compares term up to potentially equalisable universes.
Arnaud Spiwack
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-09-24
Make eq_pattern_test/eq_test work up to the equivalence of primitive
Matthieu Sozeau
2014-08-03
Move to a representation of universe polymorphic constants using indices for ...
Matthieu Sozeau
2014-07-21
Cleanup substitution inside universe instances, only done through subst_fn now,
Matthieu Sozeau
2014-07-03
Cleanup code related to the constraint solving, which sits now outside the
Matthieu Sozeau
2014-07-01
Add toplevel commands to declare global universes and constraints.
Matthieu Sozeau
2014-06-10
- Fix substitution of universes which needlessly hashconsed existing universes.
Matthieu Sozeau
2014-06-10
Cleanup in Univ, moving code for UniverseConstraints outside the kernel in Un...
Matthieu Sozeau
2014-06-04
- Fix hashing of levels to get the "right" order in universe contexts etc...
Matthieu Sozeau
2014-05-06
- Add back some compatibility functions to avoid rewriting plugins.
Matthieu Sozeau
2014-05-06
- Fix bug preventing apply from unfolding Fixpoints.
Matthieu Sozeau
2014-05-06
Adapt universe polymorphic branch to new handling of futures for delayed proofs.
Matthieu Sozeau
2014-05-06
Fix issue #88: restrict_universe_context was wrongly forgetting about constra...
Matthieu Sozeau
2014-05-06
- Fix abstract forgetting about new constraints.
Matthieu Sozeau
2014-05-06
Correct rebase on STM code. Thanks to E. Tassi for help on dealing with
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau