index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
reduction.ml
Age
Commit message (
Expand
)
Author
2021-03-30
[flags] [profile] Remove bit-rotten CProfile code.
Emilio Jesus Gallego Arias
2021-01-04
Change the representation of kernel case.
Pierre-Marie Pédrot
2020-11-13
Make the universe of primitive arrays irrelevant
Gaëtan Gilbert
2020-11-03
Eagerly reduce rigid/flex conversion problems.
Pierre-Marie Pédrot
2020-10-21
Introduce an Ind module in the Names API.
Pierre-Marie Pédrot
2020-10-21
Same little game with Projection.
Pierre-Marie Pédrot
2020-10-21
Deprecate the non-qualified equality functions on kerpairs.
Pierre-Marie Pédrot
2020-10-11
Similarly remove the explicit graph argument in the ~evar conversion API.
Pierre-Marie Pédrot
2020-10-11
Pick the universe graph out of the environment in conversion API.
Pierre-Marie Pédrot
2020-10-11
Remove the compare_graph field from the conversion API.
Pierre-Marie Pédrot
2020-08-18
Fix subject reduction VS cumulative inductives and function eta
Gaëtan Gilbert
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-07-01
UIP in SProp
Gaëtan Gilbert
2020-04-06
Use lists instead of arrays in evar instances.
Pierre-Marie Pédrot
2020-03-31
Merge PR #11684: Remove spurious anomalies in kernel reduction
Pierre-Marie Pédrot
2020-03-19
Remove spurious anomalies in kernel reduction
Gaëtan Gilbert
2020-03-18
Rename Retypeops -> Relevanceops
Gaëtan Gilbert
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-11-22
Use the relevance flag in CClosure rel contexts in an efficient way.
Pierre-Marie Pédrot
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-08-26
Make kernel parametric on the lowest universe and fix #9294
Matthieu Sozeau
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-03-18
Less conv_tab allocations when pushing relevances, esp skip_pattern
Gaëtan Gilbert
2019-03-18
Merge PR #9740: Make NotConvertibleVect exception internal to typeops
Pierre-Marie Pédrot
2019-03-14
Switch order eqappr/check relevance in conversion.
Gaëtan Gilbert
2019-03-14
Enable proof irrelevance for SProp.
Gaëtan Gilbert
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
2019-03-14
Add a non-cumulative impredicative universe SProp.
Gaëtan Gilbert
2019-03-11
Make NotConvertibleVect exception internal to typeops
Gaëtan Gilbert
2019-02-17
Separate variance and universe fields in inductives.
Gaëtan Gilbert
2019-02-04
Primitive integers
Maxime Dénès
2018-11-20
Use a closure for the domain argument of FProd.
Pierre-Marie Pédrot
2018-11-20
Do not wrap FProd return types in a closure.
Pierre-Marie Pédrot
2018-11-19
Rename TranspState into TransparentState.
Pierre-Marie Pédrot
2018-11-19
Move transparent_state to its own module.
Pierre-Marie Pédrot
2018-10-29
Do not compare the type arguments in pattern-match branches.
Pierre-Marie Pédrot
2018-10-29
Do not box fconstr closures in pattern-match branches.
Pierre-Marie Pédrot
2018-10-29
Integrate convert_shape into convert_stack.
Pierre-Marie Pédrot
2018-10-11
The cbv reduction does not rely on the kernel info data structure anymore.
Pierre-Marie Pédrot
2018-10-04
Remove FCast from CClosure.fterm.
Pierre-Marie Pédrot
2018-09-24
[kernel] Compile with almost all warnings enabled.
Emilio Jesus Gallego Arias
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-06-26
Remove Sorts.contents
Gaëtan Gilbert
2018-06-22
Define and use UGraph.enforce_leq_alg for subtyping inference
Gaëtan Gilbert
2018-06-04
Merge PR #7496: Fix #4403: insufficient handling of type-in-type in kernel.
Maxime Dénès
2018-05-28
Fix #7333: vm_compute segfaults / Anomaly with cofix
Maxime Dénès
2018-05-28
Remove vm_conv hook and reorganize kernel files
Maxime Dénès
2018-05-23
Exporting Fun1 within Array so that Array.Fun1 and not only CArray.Fun1 works.
Hugo Herbelin
2018-05-13
Fix #4403: insufficient handling of type-in-type in kernel.
Gaëtan Gilbert
[next]