index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
pretyping.ml
Age
Commit message (
Expand
)
Author
2014-08-28
Change the way primitive projections are declared to the kernel.
Matthieu Sozeau
2014-08-07
Better structure for Ltac pretyping environments.
Pierre-Marie Pédrot
2014-08-06
[uconstr]: use a closure instead of eager substitution.
Arnaud Spiwack
2014-08-03
Move to a representation of universe polymorphic constants using indices for ...
Matthieu Sozeau
2014-08-01
A tentative uniform naming policy in module Inductiveops.
Hugo Herbelin
2014-07-01
Add toplevel commands to declare global universes and constraints.
Matthieu Sozeau
2014-06-28
Quickly fixing bug #2996: typing functions now check when referring to
Hugo Herbelin
2014-06-26
Change interface of refresh universes to get a pbty argument instead of
Matthieu Sozeau
2014-06-23
Fix for bug 1951, allowing at least fully-applied inductives types to be used
Matthieu Sozeau
2014-06-20
Fixed some HoTT bugs, provide a proper error message when giving an ill-formed
Matthieu Sozeau
2014-06-20
Cleanup treatment of template universe polymorphism (thanks to E. Tassi
Matthieu Sozeau
2014-06-17
Fixing #3282 (two bugs in the presence of let-in's in "fix").
Hugo Herbelin
2014-06-17
Removing dead code.
Pierre-Marie Pédrot
2014-06-17
Fix type inference of the record argument of a projection to catch ill-typed
Matthieu Sozeau
2014-06-11
In generalized rewrite, avoid retyping completely and constantly the conclusi...
Matthieu Sozeau
2014-06-04
Collecting in Namegen those conventional default names that are used in diffe...
Hugo Herbelin
2014-06-04
- Fix hashing of levels to get the "right" order in universe contexts etc...
Matthieu Sozeau
2014-05-06
Find a more efficient fix for dealing with template universes:
Matthieu Sozeau
2014-05-06
Try a new way of handling template universe levels
Matthieu Sozeau
2014-05-06
- Add back some compatibility functions to avoid rewriting plugins.
Matthieu Sozeau
2014-05-06
- Fix bug preventing apply from unfolding Fixpoints.
Matthieu Sozeau
2014-05-06
Fix interface for template polymorphism, cleaning up code in all typing algor...
Matthieu Sozeau
2014-05-06
Properly reinstate old-style polymorphism in the kernel and pretyping/retyping.
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-04-05
Fixing bug #3228 (fixing precedence of ltac variables over variables in env).
Hugo Herbelin
2014-02-12
TC: honor the use_typeclasses flag in pretyping
Enrico Tassi
2013-12-30
Support for evars and metas in native compiler.
Maxime Dénès
2013-11-27
Adding generic solvers to term holes. For now, no resolution mechanism nor
Pierre-Marie Pédrot
2013-09-19
Get rid of the uses of deprecated OCaml elements (still remaining compatible ...
xclerc
2013-08-04
Removing useless casts between arrays and lists.
ppedrot
2013-06-24
Using the whole tactic environment while Pretyping.
ppedrot
2013-06-22
Generalizing the use of maps instead of lists in the interpretation
ppedrot
2013-05-09
A uniformization step around understand_* and interp_* functions.
herbelin
2013-04-29
Merging Context and Sign.
ppedrot
2013-04-29
Splitting Term into five unrelated interfaces:
ppedrot
2013-03-17
Avoid a few overzealous "when Errors.noncritical"
letouzey
2013-03-17
Retyping.get_type_of: a lax version raising no anomalies
letouzey
2013-03-13
Restrict (try...with...) to avoid catching critical exn (part 12)
letouzey
2013-02-17
Added propagation of evars unification failure reasons for better
herbelin
2013-01-28
Actually adding backtrace handling.
ppedrot
2013-01-28
Uniformization of the "anomaly" command.
ppedrot
2013-01-28
Added backtrace information to anomalies
ppedrot
2013-01-22
New implementation of the conversion test, using normalization by evaluation to
mdenes
2012-12-14
Modulification of identifier
ppedrot
2012-11-22
Monomorphization (pretyping)
ppedrot
2012-10-02
Remove some more "open" and dead code thanks to OCaml4 warnings
letouzey
2012-09-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
This patch removes unused "open" (automatically generated from
regisgia
2012-08-08
Updating headers.
herbelin
[next]