index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
engine
/
universes.ml
Commit message (
Expand
)
Author
Age
*
Split off Universes functions for minimization.
Gaëtan Gilbert
2018-05-17
*
Make Universes.refresh_constraints internal to UState
Gaëtan Gilbert
2018-05-17
*
Split off Universes functions about substitutions and constraints
Gaëtan Gilbert
2018-05-17
*
Move solve_constraint_system near its only use site (comInductive)
Gaëtan Gilbert
2018-05-17
*
Split off Universes functions dealing with generating new universes.
Gaëtan Gilbert
2018-05-17
*
Split off Universes functions dealing with names.
Gaëtan Gilbert
2018-05-17
*
Make set minimization option internal to Universes
Gaëtan Gilbert
2018-05-17
*
Don't use ref universe_opt_subst
Gaëtan Gilbert
2018-05-08
*
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-05-04
*
Fix nf_evars_universes_opt_subst: recurse on univs, nf undef evars
Gaëtan Gilbert
2018-04-28
*
univ minimization: comment [enforce_uppers]
Gaëtan Gilbert
2018-04-13
*
univ minimization [enforce_upper]: replace Option.get with match
Gaëtan Gilbert
2018-04-13
*
univ minimization: Partially let-lift [enforce_uppers]
Gaëtan Gilbert
2018-04-13
*
univ minimization: rename acc' -> enforce_uppers
Gaëtan Gilbert
2018-04-13
*
univ minimization: use shadowing more
Gaëtan Gilbert
2018-04-13
*
univ minimization: let-lift [not_lower]
Gaëtan Gilbert
2018-04-13
*
univ minimization: simplify try-with block around find_insts
Gaëtan Gilbert
2018-04-13
*
univ minimization: s/[failwith ""]/[raise UpperBoundedAlg]/
Gaëtan Gilbert
2018-04-13
*
univ minimization: simplify try-with block around [find u left]
Gaëtan Gilbert
2018-04-13
*
univ minimization: comment compare_constraint_type
Gaëtan Gilbert
2018-04-13
*
niv minimization: remove [remove_lower] abbreviation
Gaëtan Gilbert
2018-04-13
*
minimize_univ_variables: bool*bool*univ*lowermap replaced by record
Gaëtan Gilbert
2018-04-13
*
minimize_univ_variables: remove [and right] abbreviation.
Gaëtan Gilbert
2018-04-13
*
universe normalisation: put equivalence class partition in UGraph
Gaëtan Gilbert
2018-04-13
*
universe minimization: cleanup using standard combinators, open Univ
Gaëtan Gilbert
2018-04-13
*
[located] Push inner locations in `reference` to a CAst.t node.
Emilio Jesus Gallego Arias
2018-03-09
*
Delayed weak constraints for cumulative inductive types.
Gaëtan Gilbert
2018-03-09
*
Statically enforce that ULub is only between levels.
Gaëtan Gilbert
2018-03-09
*
Allow using cumulativity without forcing strict constraints.
Gaëtan Gilbert
2018-03-09
*
Update headers following #6543.
Théo Zimmermann
2018-02-27
*
[ast] Improve precision of Ast location recognition in serialization.
Emilio Jesus Gallego Arias
2018-02-22
*
Simplification: cumulativity information is variance information.
Gaëtan Gilbert
2018-02-10
*
Moving some universe substitution code out of the kernel.
Pierre-Marie Pédrot
2017-12-30
*
[lib] Rename Profile to CProfile
Emilio Jesus Gallego Arias
2017-12-09
*
Merge PR #6290: Rename update to set, Fixes #6196
Maxime Dénès
2017-12-07
|
\
|
*
Rename update to set, fixes #6196
Paul Steckler
2017-12-05
*
|
Proper nametab handling of global universe names
Matthieu Sozeau
2017-12-01
|
/
*
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-25
*
Use Maps and ids for universe binders
Gaëtan Gilbert
2017-11-24
*
[api] Another large deprecation, `Nameops`
Emilio Jesus Gallego Arias
2017-11-13
*
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
*
[api] Deprecate all legacy uses of Names in core.
Emilio Jesus Gallego Arias
2017-11-06
*
Merge PR #688: Binding universe constraints in Definition/Inductive/etc...
Maxime Dénès
2017-09-26
|
\
|
*
Allow declaring universe constraints at definition level.
Matthieu Sozeau
2017-09-19
*
|
Using EConstr equality check in unification.
Pierre-Marie Pédrot
2017-09-08
|
/
*
Removing template polymorphism for definitions.
Pierre-Marie Pédrot
2017-07-26
*
Merge PR #781: Remove dead code [Universes.simplify_universe_context]
Maxime Dénès
2017-07-17
|
\
*
|
Safer API for constr_of_global, and getting rid of unsafe_constr_of_global.
Pierre-Marie Pédrot
2017-07-13
[next]