index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test-suite
/
output
/
UnivBinders.out
Age
Commit message (
Expand
)
Author
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-01-09
Stop [Print] from saying [is (not) universe polymorphic].
Gaëtan Gilbert
2018-12-17
Stop printing Monomorphic/Polymorphic in Print.
Gaëtan Gilbert
2018-11-16
We improve a little bit in printing universe constraints signature mismatch.
Hugo Herbelin
2018-11-12
Automatically generate names for universes.
Gaëtan Gilbert
2018-11-12
Don't declare universe binders for variables.
Gaëtan Gilbert
2018-11-09
Add a test for bug #8939.
Pierre-Marie Pédrot
2018-11-02
Remove is_universe_polymorphism from printing
Gaëtan Gilbert
2018-10-04
Test-suite: avoid explicit references to “Top”
Vincent Laporte
2018-10-02
Revert #6651: Use r.(p) syntax to print primitive projections
Maxime Dénès
2018-09-21
Remove hash based univ level compare
Gaëtan Gilbert
2018-09-21
Add test for univ names of polymorphic inductives in sections.
Gaëtan Gilbert
2018-09-21
Universe binders are Id, not Name. Never print Var.
Gaëtan Gilbert
2018-09-21
Best-effort hack to provide a meaningful name for anonymous bound universes.
Pierre-Marie Pédrot
2018-09-21
Removing calls to AUContext.instance.
Pierre-Marie Pédrot
2018-08-28
Close #8091: print universe context for Eval when option on.
Gaëtan Gilbert
2018-08-28
Fix #8291: print universe names in universe context for Check.
Gaëtan Gilbert
2018-03-08
Fix error with univ binders on monomorphic records.
Gaëtan Gilbert
2018-01-30
Use r.(p) syntax to print primitive projections.
Maxime Dénès
2017-12-01
Cleanup API for registering universe binders.
Matthieu Sozeau
2017-11-25
Fix #5347: unify declaration of axioms with and without bound univs.
Gaëtan Gilbert
2017-11-25
Fix interpretation of global universes in univdecl constraints.
Gaëtan Gilbert
2017-11-25
Forbid repeated names in universe binders.
Gaëtan Gilbert
2017-11-25
Universe binders survive sections, modules and compilation.
Gaëtan Gilbert
2017-11-25
Allow local universe renaming in Print.
Gaëtan Gilbert
2017-11-24
When declaring constants/inductives use ContextSet if monomorphic.
Gaëtan Gilbert
2017-11-24
Fix defining non primitive projections with abstracted universes.
Gaëtan Gilbert
2017-09-19
Don't lose names in UState.universe_context.
Gaëtan Gilbert
2017-04-03
Instances should obey universe binders even when defined by tactics.
Gaetan Gilbert