index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
kernel
/
constr.ml
Commit message (
Expand
)
Author
Age
*
Useless export of Instance.eqeq. We hashcons everything before calling this
Pierre-Marie Pédrot
2014-07-31
*
Removing dead code.
Pierre-Marie Pédrot
2014-06-17
*
Cleanup in Univ, moving code for UniverseConstraints outside the kernel in Un...
Matthieu Sozeau
2014-06-10
*
Make kernel reduction code parametric over the handling of universes,
Matthieu Sozeau
2014-06-06
*
Update infer_conv to record trivial Prop <= Type i constraints that are neede...
Matthieu Sozeau
2014-05-26
*
Fast-path equality of sorts in compare_constr*
Matthieu Sozeau
2014-05-08
*
Add missing case for primitive projection in fold_map.
Matthieu Sozeau
2014-05-06
*
- Fix eq_constr_universes restricted to Sorts.equal
Matthieu Sozeau
2014-05-06
*
Cleanup in constr, correct classification of polymorphic defs.
Matthieu Sozeau
2014-05-06
*
- Fix index-list to show computational relations for rewriting files.
Matthieu Sozeau
2014-05-06
*
- 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
*
Adding a field ci_cstr_nargs to case_info and mind_consnrealargs to
Hugo Herbelin
2014-04-28
*
Adding a [fold_map] operation on constrs.
Pierre-Marie Pédrot
2014-04-24
*
Remove some dead-code (thanks to ocaml warnings)
Pierre Letouzey
2014-03-05
*
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-03-05
*
Removing generic hashes in kernel.
Pierre-Marie Pédrot
2014-03-03
*
Fixing generic Hashtbl.hash in Constr.
Pierre-Marie Pédrot
2014-03-02
*
Using allocation-free version of Array higher-order function in critical
ppedrot
2013-11-04
*
More sharing in Constr.map_with_binders.
ppedrot
2013-10-27
*
Specializing hash functions for widely used types.
ppedrot
2013-10-24
*
Various optimizations in Constr, such as term sharing and allocation
ppedrot
2013-10-22
*
Removing a bunch of generic equalities.
ppedrot
2013-09-27
*
Get rid of the uses of deprecated OCaml elements (still remaining compatible ...
xclerc
2013-09-19
*
At least made the evar type opaque! There are still 5 remaining unsafe
ppedrot
2013-09-18
*
More complete hashcons : lists (dirpath), arrays (constr)
letouzey
2013-08-22
*
Splitting Term into five unrelated interfaces:
ppedrot
2013-04-29