index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
checker
/
inductive.ml
Age
Commit message (
Expand
)
Author
2018-11-06
[checker] Refactor by sharing code with the kernel
Maxime Dénès
2018-10-31
Fix #8881: validate fails to use inductive equivalence in case_info
Gaëtan Gilbert
2018-10-09
[coqchk] Fix case_info for primitive records
Vincent Laporte
2018-10-09
[coqchk] Fix subterm relation for primitive projections
Vincent Laporte
2018-10-09
[coqchk] Fix guard condition with commutative cuts
Vincent Laporte
2018-07-03
Inductive.extract_stack,filter_stack_domain: remove unused arguments
Gaëtan Gilbert
2018-06-26
Remove Sorts.contents
Gaëtan Gilbert
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-01-25
[checker] Avoid relying on canonical names.
Maxime Dénès
2018-01-25
[checker] Remove duplicated function
Maxime Dénès
2017-12-09
[lib] Rename Profile to CProfile
Emilio Jesus Gallego Arias
2017-07-11
Safe API for accessing universe constraints of global references.
Pierre-Marie Pédrot
2017-07-11
Getting rid of simple calls to AUContext.instance.
Pierre-Marie Pédrot
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-16
Clean up universes of constants and inductives
Amin Timany
2017-06-16
Correct coqchk reduction
Amin Timany
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-05-27
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-04-27
Remove some unused values and types
Gaetan Gilbert
2017-04-27
Remove unused [rec] keywords
Gaetan Gilbert
2016-07-26
Merge remote-tracking branch 'gforge/v8.5' into v8.6
Matthieu Sozeau
2016-07-25
Fix bug #4876: critical bug in guard condition checker.
Matthieu Sozeau
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-01
Separate flags for fix/cofix/match reduction and clean reduction function names.
Maxime Dénès
2016-06-27
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-06-23
Remove extraction-specific code from the checker.
Guillaume Melquiond
2016-03-10
Removing OCaml deprecated function names from the Lazy module.
Pierre-Marie Pédrot
2016-02-15
CLEANUP: Simplifying the changes done in "checker/*"
Matej Kosik
2016-02-09
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-01-20
Update copyright headers.
Maxime Dénès
2015-07-15
Univs/Inductive: fix typechecking of cases
Matthieu Sozeau
2015-07-10
Unused variables reported by OCaml.
Hugo Herbelin
2015-07-09
Kernel/Checker: Cleanup fixes of substitutions due to let-ins.
Matthieu Sozeau
2015-07-09
Template polymorphism: A bug-fix for Bug #4258
mlasson
2015-07-08
Checker: Report bugfixes from kernel/inductive.ml
Matthieu Sozeau
2015-01-12
Update headers.
Maxime Dénès
2015-01-06
Fix checker's treatment of template polymorphic
Matthieu Sozeau
2014-09-06
Fix checker to handle projections with eta and universe polymorphism correctly.
Matthieu Sozeau
2014-09-05
Fix checker treatment of inductives using subst_instances instead of subst_un...
Matthieu Sozeau
2014-09-05
Rename eta_expand_ind_stacks, fix the one from the checker and adapt
Matthieu Sozeau
2014-08-06
Port last changes of the guard condition to checker.
Maxime Dénès
2014-08-01
A tentative uniform naming policy in module Inductiveops.
Hugo Herbelin
2014-07-22
Porting guard fix to checker.
Maxime Dénès
2014-06-07
Removing 'open Univ' from checker.
Pierre-Marie Pédrot
2014-06-04
- Force every universe level to be >= Prop, so one cannot "go under" it anymore.
Matthieu Sozeau
2014-05-08
Adapt the checker to polymorphic universes and projections (untested).
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-04-28
Adding a field ci_cstr_nargs to case_info and mind_consnrealargs to
Hugo Herbelin
2014-04-10
Fix guard condition for nested cofixpoints in checker.
Maxime Dénès
2014-01-19
Fixing checker compilation, which was broken by the following commit:
Pierre-Marie Pédrot
[next]