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
*
[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
*
Univ: enforce_leq instead of enforce_geq for more uniformity
letouzey
2012-03-22
*
Noise for nothing
pboutill
2012-03-02
*
Univ.constraints made fully abstract instead of being a Set of abstract stuff
letouzey
2010-12-18
*
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
*
ported bug fix r13290 to checker
barras
2010-07-22
*
Remove the svn-specific $Id$ annotations
letouzey
2010-04-29
*
[checker] fixed vo validation problems, module incompatibilities remain
barras
2010-02-19
*
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
*
fixed bug #1927 + univ constraints (module cstrs include cstrs of its subcomp...
barras
2008-09-02
*
checker deals with polymorphic constants and module aliases
barras
2008-05-06
*
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