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
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
2014-01-18
Relaxing the sort elimination check to allow for let-bindings in arities.
Maxime Dénès
2014-01-15
Christmas is over...
Maxime Dénès
2013-10-24
inductive.ml : get rid of some obvious (Lazy.force (lazy t))
letouzey
2013-10-24
Rtree : cleanup of the comparing code
letouzey
2013-10-24
Turn many List.assoc into List.assoc_f
letouzey
2013-10-14
Getting rid of the use of deprecated elements (from the OCaml standard library).
xclerc
2013-04-15
Checker: get rid of code handling section variables
letouzey
2013-04-15
Checker: regroup all vo-related types in cic.mli
letouzey
2013-03-23
Minor code cleaning in CArray / CList.
ppedrot
2013-01-28
Uniformization of the "anomaly" command.
ppedrot
2012-12-19
Array.create is deprecated
pboutill
2012-09-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-08-08
Updating headers.
herbelin
2012-03-02
Noise for nothing
pboutill
2010-09-24
Checker: remove some dead code
letouzey
2010-07-30
adpated the checker to handle coomutative cuts and lazyness
barras
2010-07-24
Updated all headers for 8.3 and trunk
herbelin
2010-04-29
Remove the svn-specific $Id$ annotations
letouzey
2010-03-12
fixed confusion between number of cstr arguments and number of pattern variab...
barras
[next]