index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
checker
/
inductive.ml
Commit message (
Expand
)
Author
Age
*
Fix checker to handle projections with eta and universe polymorphism correctly.
Matthieu Sozeau
2014-09-06
*
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-09-05
*
Port last changes of the guard condition to checker.
Maxime Dénès
2014-08-06
*
A tentative uniform naming policy in module Inductiveops.
Hugo Herbelin
2014-08-01
*
Porting guard fix to checker.
Maxime Dénès
2014-07-22
*
Removing 'open Univ' from checker.
Pierre-Marie Pédrot
2014-06-07
*
- Force every universe level to be >= Prop, so one cannot "go under" it anymore.
Matthieu Sozeau
2014-06-04
*
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
*
Adding a field ci_cstr_nargs to case_info and mind_consnrealargs to
Hugo Herbelin
2014-04-28
*
Fix guard condition for nested cofixpoints in checker.
Maxime Dénès
2014-04-10
*
Fixing checker compilation, which was broken by the following commit:
Pierre-Marie Pédrot
2014-01-19
*
Relaxing the sort elimination check to allow for let-bindings in arities.
Maxime Dénès
2014-01-18
*
Christmas is over...
Maxime Dénès
2014-01-15
*
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-24
*
Getting rid of the use of deprecated elements (from the OCaml standard library).
xclerc
2013-10-14
*
Checker: get rid of code handling section variables
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
*
Uniformization of the "anomaly" command.
ppedrot
2013-01-28
*
Array.create is deprecated
pboutill
2012-12-19
*
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
*
Noise for nothing
pboutill
2012-03-02
*
Checker: remove some dead code
letouzey
2010-09-24
*
adpated the checker to handle coomutative cuts and lazyness
barras
2010-07-30
*
Updated all headers for 8.3 and trunk
herbelin
2010-07-24
*
Remove the svn-specific $Id$ annotations
letouzey
2010-04-29
*
fixed confusion between number of cstr arguments and number of pattern variab...
barras
2010-03-12
*
This big commit addresses two problems:
soubiran
2009-10-21
*
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2009-09-17
*
Transfers to checker ("let"s in inductive arities + Coq root read-only).
herbelin
2009-08-22
*
Changement de stratégie vis à vis du commit 10859 sur la gestion des
herbelin
2008-05-12
*
Correction du bug des types singletons pas sous-type de Set
herbelin
2008-04-27
*
added the .vo checker (with independent Makefile)
barras
2008-04-21