aboutsummaryrefslogtreecommitdiff
path: root/kernel/uGraph.mli
AgeCommit message (Collapse)Author
2017-05-23Merge PR#518: Faster universe unificationMaxime Dénès
2017-04-27Remove some unused values and typesGaetan Gilbert
2017-04-27Fast path when checking equality of universe levels in UState.Pierre-Marie Pédrot
We export the relevant level equality function in UGraph which is way faster than checking that each one is smaller than the other as universes.
2015-10-06Splitting kernel universe code in two modules.Pierre-Marie Pédrot
1. The Univ module now only cares about definitions about universes. 2. The UGraph module contains the algorithm responsible for aciclicity.