index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
checker
/
indtypes.ml
Commit message (
Expand
)
Author
Age
*
Fix #7323: coqchk puts polymorphic univs of inductive in global env
Gaëtan Gilbert
2018-05-24
*
Update headers following #6543.
Théo Zimmermann
2018-02-27
*
Simplification: cumulativity information is variance information.
Gaëtan Gilbert
2018-02-10
*
[checker] Better error message for bad recursive trees
Maxime Dénès
2018-01-25
*
Actually use the strategy information in the checker.
Pierre-Marie Pédrot
2018-01-14
*
Fixing the checker w.r.t. wrongly used abstract universe contexts.
Pierre-Marie Pédrot
2017-07-19
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
Clean up universes of constants and inductives
Amin Timany
2017-06-16
*
Checker add test for non-trivial constraints
Amin Timany
2017-06-16
*
Properly instantiate contexts before pushing
Amin Timany
2017-06-16
*
Enable the checking of ind subtyping in checker
Amin Timany
2017-06-16
*
Correct coqchk checking subtyping relation for inductives
Amin Timany
2017-06-16
*
Correct coqchk reduction
Amin Timany
2017-06-16
*
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-06-08
|
\
*
|
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-02
|
*
Fix a bug in checker
Amin Timany
2017-05-28
*
|
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-05-27
|
/
*
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-03
*
Separate flags for fix/cofix/match reduction and clean reduction function names.
Maxime Dénès
2016-07-01
*
Fixing the checker.
Pierre-Marie Pédrot
2016-06-18
*
Feedback cleanup
Emilio Jesus Gallego Arias
2016-05-31
*
Checker: avoid using obsolete names from Names
Pierre Letouzey
2016-05-31
*
CLEANUP: Simplifying the changes done in "checker/*"
Matej Kosik
2016-02-15
*
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-02-09
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
Implementing Herbelin's fix for the "NonPar" bug
mlasson
2015-09-03
*
Option -type-in-type: added support in checker and making it contaminating
Hugo Herbelin
2015-07-10
*
Now accepting unit props in mutual definitions
Bruno Barras
2015-03-02
*
Update headers.
Maxime Dénès
2015-01-12
*
"allows to", like "allowing to", is improper
Jason Gross
2014-08-25
*
A tentative uniform naming policy in module Inductiveops.
Hugo Herbelin
2014-08-01
*
Removing 'open Univ' from checker.
Pierre-Marie Pédrot
2014-06-07
*
Adapt the checker to polymorphic universes and projections (untested).
Matthieu Sozeau
2014-05-08
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
Fixing checker with respect to new kernel name structure and hashmaps.
Pierre-Marie Pédrot
2014-03-18
*
More monomorphic List.mem + List.assoc + ...
letouzey
2013-10-24
*
Rtree : cleanup of the comparing code
letouzey
2013-10-24
*
Checker: empty sections hardcoded in cb and mind
letouzey
2013-04-15
*
Checker: regroup all vo-related types in cic.mli
letouzey
2013-04-15
*
Minor code cleaning in CArray / CList.
ppedrot
2013-03-23
*
Dir_path --> DirPath
letouzey
2013-02-19
*
Uniformization of the "anomaly" command.
ppedrot
2013-01-28
*
Modulification of mod_bound_id
ppedrot
2012-12-18
*
Modulification of Label
ppedrot
2012-12-18
*
Modulification of dir_path
ppedrot
2012-12-14
*
Modulification of identifier
ppedrot
2012-12-14
*
As r15801: putting everything from Util.array_* to CArray.*.
ppedrot
2012-09-14
*
Moving Utils.list_* to a proper CList module, which includes stdlib
ppedrot
2012-09-14
*
Updating headers.
herbelin
2012-08-08
*
Getting rid of Pp.msgnl and Pp.message.
ppedrot
2012-06-01
[next]