index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
uState.ml
Age
Commit message (
Expand
)
Author
2020-11-04
Factorizing UState.make* through UState.from_env, to highlight the similarity.
Hugo Herbelin
2020-11-04
Cosmetic cleaning of uState.ml and related: a bit of doc, more unity in naming.
Hugo Herbelin
2020-10-09
Minimize Prop <= i to i := Set
Gaëtan Gilbert
2020-09-28
Put type-in-type flag in ugraph.
Gaëtan Gilbert
2020-08-31
Update update_global_env usage
Gaëtan Gilbert
2020-08-12
Remove dead code after the previous commit.
Pierre-Marie Pédrot
2020-06-25
Generate names for anonymous polymorphic universes
Gaëtan Gilbert
2020-06-25
Make compute_instance_binders internal to UState
Gaëtan Gilbert
2020-05-25
Merge PR #12344: Cleanup noisy prefixes
Pierre-Marie Pédrot
2020-05-19
[universes] [api] Provide UState.from_env
Emilio Jesus Gallego Arias
2020-05-18
Cleanup: remove noisy "uctx_" prefixes in ustate.ml
Gaëtan Gilbert
2020-05-13
Make explicit that UGraph lower bounds are only of two kinds.
Pierre-Marie Pédrot
2020-04-29
Merge PR #12158: [univ] API to demote global universes
Matthieu Sozeau
2020-04-29
[univ] API to demote global universes
Enrico Tassi
2020-04-16
Make cumulative sprop a typing flag, deprecate command line -sprop-cumulative
Gaëtan Gilbert
2020-04-06
Clean and fix definitions of options.
Théo Zimmermann
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-12
Remove Goptions.opt_name field
Gaëtan Gilbert
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-10-19
universes_of_private: return set instead of list of sets
Gaëtan Gilbert
2019-10-16
re-expose UState.demote_seff_univs
Gaëtan Gilbert
2019-10-09
Specialize UState.merge for extend:false
Gaëtan Gilbert
2019-10-09
Simplify universe handling wrt side effects: rm demote_seff_univs
Gaëtan Gilbert
2019-10-02
simplify branch in process_universe_constraints
Gaëtan Gilbert
2019-10-02
Postpone the computation of relative constraints in universe unification.
Pierre-Marie Pédrot
2019-08-26
Make kernel parametric on the lowest universe and fix #9294
Matthieu Sozeau
2019-06-25
Merge PR #10162: Fix #10161: occur check when defining an algebraic universe.
Pierre-Marie Pédrot
2019-06-24
Duplicate the type of constant entries in Proof_global.
Pierre-Marie Pédrot
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-14
Fix #10161: occur check when defining an algebraic universe.
Gaëtan Gilbert
2019-05-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
2019-05-02
Add union in Map interface
Maxime Dénès
2019-03-14
Add a non-cumulative impredicative universe SProp.
Gaëtan Gilbert
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-01-24
Global [open Univ] in UState
Gaëtan Gilbert
2018-12-12
Merge PR #9150: [doc] Enable Warning 50 [incorrect doc comment] and fix comme...
Maxime Dénès
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-12-06
Revise API for global universes.
Gaëtan Gilbert
2018-12-06
Fix race condition triggered by fresh universe generation
Maxime Dénès
2018-11-27
Fix #8364: making univ algebraic when already equal to another.
Gaëtan Gilbert
2018-11-23
Local universes for opaque polymorphic constants.
Gaëtan Gilbert
2018-11-13
Merge PR #8760: Automatically generate names for universes.
Pierre-Marie Pédrot
2018-11-12
Automatically generate names for universes.
Gaëtan Gilbert
2018-11-12
Fix #8908: incorrect refresh of algebraic universes.
Gaëtan Gilbert
2018-11-09
Adding universe names to polymorphic entry instances.
Pierre-Marie Pédrot
2018-10-16
{Univops->UState}.restrict_universe_context
Gaëtan Gilbert
2018-07-25
Fix #7900 previous commit fixes a bug when using side effects in obligations.
Matthieu Sozeau
2018-07-25
kernel: missing check that all universes are declared.
Matthieu Sozeau
2018-07-03
Remove unused output of Universes.normalize_univ_variables
Gaëtan Gilbert
2018-06-18
Remove reference name type.
Maxime Dénès
[next]