index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toplevel
/
ind_tables.ml
Age
Commit message (
Expand
)
Author
2014-08-30
Simplify even further the declaration of primitive projections,
Matthieu Sozeau
2014-08-28
Change the way primitive projections are declared to the kernel.
Matthieu Sozeau
2014-06-17
Safer entry point of primitive projections in the kernel, now it does recognize
Matthieu Sozeau
2014-06-08
ind_tables: always declare side effects (Closes: HOTT#110)
Enrico Tassi
2014-05-06
- Fix bug preventing apply from unfolding Fixpoints.
Matthieu Sozeau
2014-05-06
Adapt universe polymorphic branch to new handling of futures for delayed proofs.
Matthieu Sozeau
2014-05-06
Rework handling of universes on top of the STM, allowing for delayed
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2013-12-24
Qed: feedback when type checking is done
Enrico Tassi
2013-10-24
More monomorphic List.mem + List.assoc + ...
letouzey
2013-10-24
Turn many List.assoc into List.assoc_f
letouzey
2013-08-30
ind_tables: properly handling side effects
gareuselesinge
2013-08-08
State Transaction Machine
gareuselesinge
2013-05-14
Replacing Id.check with Id.is_valid, as its sole use was under
ppedrot
2013-04-22
code simplifications concerning Summary
letouzey
2013-03-13
Restrict (try...with...) to avoid catching critical exn (part 13)
letouzey
2013-03-11
Added a Local Definition vernacular command. This type of definition
ppedrot
2013-01-22
New implementation of the conversion test, using normalization by evaluation to
mdenes
2012-12-14
Modulification of identifier
ppedrot
2012-12-14
Moved Stringset and Stringmap to String namespace.
ppedrot
2012-12-13
Using library string functions.
ppedrot
2012-11-26
Monomorphization (toplevel)
ppedrot
2012-09-14
As r15801: putting everything from Util.array_* to CArray.*.
ppedrot
2012-08-08
Updating headers.
herbelin
2012-03-02
Noise for nothing
pboutill
2011-12-12
Proof using ...
gareuselesinge
2011-11-02
Add type annotations around all calls to Libobject.declare_object
letouzey
2011-10-08
Scheme names: Use unprobable names + ensure names do not hide existing names
herbelin
2011-04-13
Revert "Add [Polymorphic] flag for defs"
msozeau
2011-04-13
Add [Polymorphic] flag for defs
msozeau
2011-01-28
Remove the "Boxed" syntaxes and the const_entry_boxed field
letouzey
2010-09-24
Some dead code removal, thanks to Oug analyzer
letouzey
2010-09-02
* removed declare_constant and declare_internal_constant
vsiles
2010-09-02
v13392 port from v8.3 to trunk : correct message when defining inductive schemes
vsiles
2010-07-24
Updated all headers for 8.3 and trunk
herbelin
2010-06-29
change the flag "internal" in declare/ind_tables from bool to
vsiles
2010-05-29
New pass on inductive schemes
herbelin
2010-04-29
Remove the svn-specific $Id$ annotations
letouzey
2009-11-08
Restructuration of command.ml + generic infrastructure for inductive schemes
herbelin
2009-09-17
Remove useless Liboject.export_function field
glondu
2009-09-17
Delete trailing whitespaces in all *.{v,ml*} files
glondu
2009-08-13
Death of "survive_module" and "survive_section" (the first one was
herbelin
2008-04-01
Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaient
herbelin
2007-10-05
Added the automatic generation of the boolean equality if possible and the
vsiles