index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
reduction.mli
Age
Commit message (
Expand
)
Author
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-07-01
UIP in SProp
Gaëtan Gilbert
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-03-11
Make NotConvertibleVect exception internal to typeops
Gaëtan Gilbert
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-06-27
Swapping Context and Constr: defining declarations on constr in Constr.
Hugo Herbelin
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-03-09
Cumulativity: improve treatment of irrelevant universes.
Gaëtan Gilbert
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-12
Merge PR #1082: Fixing Print for inductive types with let-in in parameters
Maxime Dénès
2018-02-11
Use specialized function for inductive subtyping inference.
Gaëtan Gilbert
2018-02-10
Simplification: cumulativity information is variance information.
Gaëtan Gilbert
2018-02-10
[get_cumulativity_constraints] allowing further code sharing.
Gaëtan Gilbert
2018-02-10
Factorize code for comparing maybe-cumulative inductives.
Gaëtan Gilbert
2017-12-14
Fixing a bug of Print for inductive types with let-ins in parameters.
Hugo Herbelin
2017-12-09
[api] Remove yet another type alias.
Emilio Jesus Gallego Arias
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-16
Fix bugs and add an option for cumulativity
Amin Timany
2017-06-16
Use inductive subtyping for conv/cumul
Amin Timany
2016-11-30
Univs: fix bug #5180
Matthieu Sozeau
2016-07-01
Separate flags for fix/cofix/match reduction and clean reduction function names.
Maxime Dénès
2016-06-29
A new infrastructure for warnings.
Maxime Dénès
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-11
CLEANUP: kernel/context.ml{,i}
Matej Kosik
2015-12-17
CLEANUP: in the Reduction module
Matej Kosik
2015-12-17
CLEANUP: in the Reduction module
Matej Kosik
2015-12-05
Unifying betazeta_applist and prod_applist into a clearer interface.
Hugo Herbelin
2015-10-29
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-10-28
Conversion of polymorphic inductive types was incomplete in VM and native.
Maxime Dénès
2015-10-16
Merge branch 'v8.5' into trunk
Maxime Dénès
2015-10-16
Remove left2right reference from the kernel.
Maxime Dénès
2015-10-15
Fix #4346 1/2: native casts were not inferring universe constraints.
Maxime Dénès
2015-10-15
Merge branch 'v8.5'
Pierre-Marie Pédrot
2015-10-14
Remove reference to default conversion function inside the kernel.
Maxime Dénès
2015-10-06
Splitting kernel universe code in two modules.
Pierre-Marie Pédrot
2015-01-12
Update headers.
Maxime Dénès
2014-09-13
Providing a -type-in-type option for collapsing the universe hierarchy.
Hugo Herbelin
2014-07-20
Use kernel conversion on terms that contain universe variables during unifica...
Matthieu Sozeau
2014-06-06
Make kernel reduction code parametric over the handling of universes,
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2013-12-30
Support for evars and metas in native compiler.
Maxime Dénès
[next]