index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
subtyping.ml
Age
Commit message (
Expand
)
Author
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-14
Use thunks to univ instead of lazy constr for template typing
Gaëtan Gilbert
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
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-05-19
Parameterize the constant_body type by opaque subproofs.
Pierre-Marie Pédrot
2019-03-14
Add relevance marks on binders.
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-16
Print full binders in subtyping incompatible polymorphism error.
Gaëtan Gilbert
2018-10-05
[kernel] Remove section paths from `KerName.t`
Maxime Dénès
2018-09-24
[kernel] Compile with almost all warnings enabled.
Emilio Jesus Gallego Arias
2018-07-03
Subtyping.check_constant: remove unused module path argument.
Gaëtan Gilbert
2018-06-25
Merge PR #7798: Remove hack skipping comparison of algebraic universes in sub...
Matthieu Sozeau
2018-06-23
Using more general information for primitive records.
Pierre-Marie Pédrot
2018-06-22
Remove hack skipping comparison of algebraic universes in subtyping.
Gaëtan Gilbert
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-15
Adding a sanity check on inductive variance subtyping.
Pierre-Marie Pédrot
2017-12-23
[api] Also deprecate constructors of Decl_kinds.
Emilio Jesus Gallego Arias
2017-11-06
[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-08-29
Statically enforcing that module types have no retroknowledge.
Pierre-Marie Pédrot
2017-07-26
Removing template polymorphism for definitions.
Pierre-Marie Pédrot
2017-07-11
Properly handling polymorphic inductive subtyping in the kernel.
Pierre-Marie Pédrot
2017-07-06
Merge PR #853: Clean 'with Definition' implementation.
Maxime Dénès
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
Removing dead code in Subtyping.
Pierre-Marie Pédrot
2017-07-03
Removing a few suspicious functions from the kernel.
Pierre-Marie Pédrot
2017-06-16
Clean up universes of constants and inductives
Amin Timany
2017-06-16
Disable debug printing
Amin Timany
2017-06-16
Squashed commit of the following:
Amin Timany
2017-05-27
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-04-11
Update various comments to use "template polymorphism"
Gaetan Gilbert
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2015-10-06
Splitting kernel universe code in two modules.
Pierre-Marie Pédrot
2015-10-02
Univs: correct handling of with in modules
Matthieu Sozeau
2015-10-02
Univs: fix subtyping of polymorphic parameters.
Matthieu Sozeau
2015-01-17
Make native compiler handle universe polymorphic definitions.
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2015-01-11
Declarations.mli refactoring: module_type_body = module_body
Pierre Letouzey
2014-10-13
library/opaqueTables: enable their use in interactive mode
Enrico Tassi
2014-10-02
Implement module subtyping for polymorphic constants (errors on
Matthieu Sozeau
2014-09-04
Print [Variant] types with the keyword [Variant].
Arnaud Spiwack
2014-05-06
Adapt universe polymorphic branch to new handling of futures for delayed proofs.
Matthieu Sozeau
2014-05-06
Initial work on reintroducing old-style polymorphism for compatibility (the s...
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-02-26
Lazyconstr -> Opaqueproof
Enrico Tassi
2013-08-20
Declarations.mli: reorganization of modular structures
letouzey
[next]