index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
checker
/
term.ml
Commit message (
Expand
)
Author
Age
*
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-03
*
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
*
Checker: Fix bug #4282
Matthieu Sozeau
2015-07-07
*
Update headers.
Maxime Dénès
2015-01-12
*
Fix checker to handle projections with eta and universe polymorphism correctly.
Matthieu Sozeau
2014-09-06
*
Remove unused substitution functions in checker.
Matthieu Sozeau
2014-09-05
*
Fix checker treatment of inductives using subst_instances instead of subst_un...
Matthieu Sozeau
2014-09-05
*
Cleanup substitution inside universe instances, only done through subst_fn now,
Matthieu Sozeau
2014-07-21
*
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
*
- Rename eq to equal in Univ, document new modules, set interfaces.
Matthieu Sozeau
2014-05-06
*
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-05-06
*
More monomorphic List.mem + List.assoc + ...
letouzey
2013-10-24
*
Checker: get rid of code handling section variables
letouzey
2013-04-15
*
Checker: empty sections hardcoded in cb and mind
letouzey
2013-04-15
*
Checker: reified encoding of .vo types in values.ml
letouzey
2013-04-15
*
Checker: regroup all vo-related types in cic.mli
letouzey
2013-04-15
*
More monomorphization.
ppedrot
2013-03-05
*
Checker: re-sync vo structures after Maxime's commit 16136
letouzey
2013-02-12
*
Uniformization of the "anomaly" command.
ppedrot
2013-01-28
*
Modulification of identifier
ppedrot
2012-12-14
*
still some more dead code removal
letouzey
2012-10-06
*
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
*
Esubst: make types of substitutions & lifts private
puech
2011-08-08
*
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
*
After the approval of Bruno, here the patch for the checker.
soubiran
2010-04-29
*
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
*
added validation of delta_resolver (which seem to have an impact on typing)
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
*
porting r11900 11905 and 11953 to trunk
barras
2009-03-02
*
checker deals with polymorphic constants and module aliases
barras
2008-05-06
*
added the .vo checker (with independent Makefile)
barras
2008-04-21