aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/indtypes.ml
Commit message (Expand)AuthorAge
* checker Indtypes: remove unused argumentsGravatar Gaëtan Gilbert2018-07-03
* Remove Sorts.contentsGravatar Gaëtan Gilbert2018-06-26
* Fix #7323: coqchk puts polymorphic univs of inductive in global envGravatar Gaëtan Gilbert2018-05-24
* Update headers following #6543.Gravatar Théo Zimmermann2018-02-27
* Simplification: cumulativity information is variance information.Gravatar Gaëtan Gilbert2018-02-10
* [checker] Better error message for bad recursive treesGravatar Maxime Dénès2018-01-25
* Actually use the strategy information in the checker.Gravatar Pierre-Marie Pédrot2018-01-14
* Fixing the checker w.r.t. wrongly used abstract universe contexts.Gravatar Pierre-Marie Pédrot2017-07-19
* Bump year in headers.Gravatar Pierre-Marie Pédrot2017-07-04
* Clean up universes of constants and inductivesGravatar Amin Timany2017-06-16
* Checker add test for non-trivial constraintsGravatar Amin Timany2017-06-16
* Properly instantiate contexts before pushingGravatar Amin Timany2017-06-16
* Enable the checking of ind subtyping in checkerGravatar Amin Timany2017-06-16
* Correct coqchk checking subtyping relation for inductivesGravatar Amin Timany2017-06-16
* Correct coqchk reductionGravatar Amin Timany2017-06-16
* Merge branch 'v8.6'Gravatar Pierre-Marie Pédrot2017-06-08
|\
* | Drop '.' from CErrors.anomaly, insert it in argsGravatar Jason Gross2017-06-02
| * Fix a bug in checkerGravatar Amin Timany2017-05-28
* | [cleanup] Unify all calls to the error function.Gravatar Emilio Jesus Gallego Arias2017-05-27
|/
* errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...Gravatar Pierre Letouzey2016-07-03
* Separate flags for fix/cofix/match reduction and clean reduction function names.Gravatar Maxime Dénès2016-07-01
* Fixing the checker.Gravatar Pierre-Marie Pédrot2016-06-18
* Feedback cleanupGravatar Emilio Jesus Gallego Arias2016-05-31
* Checker: avoid using obsolete names from NamesGravatar Pierre Letouzey2016-05-31
* CLEANUP: Simplifying the changes done in "checker/*"Gravatar Matej Kosik2016-02-15
* CLEANUP: Context.{Rel,Named}.Declaration.tGravatar Matej Kosik2016-02-09
* Update copyright headers.Gravatar Maxime Dénès2016-01-20
* Implementing Herbelin's fix for the "NonPar" bugGravatar mlasson2015-09-03
* Option -type-in-type: added support in checker and making it contaminatingGravatar Hugo Herbelin2015-07-10
* Now accepting unit props in mutual definitionsGravatar Bruno Barras2015-03-02
* Update headers.Gravatar Maxime Dénès2015-01-12
* "allows to", like "allowing to", is improperGravatar Jason Gross2014-08-25
* A tentative uniform naming policy in module Inductiveops.Gravatar Hugo Herbelin2014-08-01
* Removing 'open Univ' from checker.Gravatar Pierre-Marie Pédrot2014-06-07
* Adapt the checker to polymorphic universes and projections (untested).Gravatar Matthieu Sozeau2014-05-08
* This commit adds full universe polymorphism and fast projections to Coq.Gravatar Matthieu Sozeau2014-05-06
* Fixing checker with respect to new kernel name structure and hashmaps.Gravatar Pierre-Marie Pédrot2014-03-18
* More monomorphic List.mem + List.assoc + ...Gravatar letouzey2013-10-24
* Rtree : cleanup of the comparing codeGravatar letouzey2013-10-24
* Checker: empty sections hardcoded in cb and mindGravatar letouzey2013-04-15
* Checker: regroup all vo-related types in cic.mliGravatar letouzey2013-04-15
* Minor code cleaning in CArray / CList.Gravatar ppedrot2013-03-23
* Dir_path --> DirPathGravatar letouzey2013-02-19
* Uniformization of the "anomaly" command.Gravatar ppedrot2013-01-28
* Modulification of mod_bound_idGravatar ppedrot2012-12-18
* Modulification of LabelGravatar ppedrot2012-12-18
* Modulification of dir_pathGravatar ppedrot2012-12-14
* Modulification of identifierGravatar ppedrot2012-12-14
* As r15801: putting everything from Util.array_* to CArray.*.Gravatar ppedrot2012-09-14
* Moving Utils.list_* to a proper CList module, which includes stdlibGravatar ppedrot2012-09-14