index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
term_typing.ml
Age
Commit message (
Expand
)
Author
2016-03-05
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-03-04
Rename Ephemeron -> CEphemeron.
Maxime Dénès
2016-02-09
CLEANUP: Context.{Rel,Named}.Declaration.t
Matej Kosik
2016-01-21
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-11
merge
Matej Kosik
2016-01-11
CLEANUP: kernel/context.ml{,i}
Matej Kosik
2016-01-04
Fix handling of side-effects in case of `Opaque side-effects as well.
Matthieu Sozeau
2015-12-31
Fix bug #4456, anomaly in handle-side effects
Matthieu Sozeau
2015-10-29
Cleanup API and comments of 908dcd613
Enrico Tassi
2015-10-28
Avoid type checking private_constants (side_eff) again during Qed (#4357).
Enrico Tassi
2015-10-28
Adds support for the virtual machine to perform reduction of universe polymor...
Gregory Malecha
2015-10-08
Proof using: let-in policy, optional auto-clear, forward closure*
Enrico Tassi
2015-10-08
term_typing: strengthen discharging code
Enrico Tassi
2015-10-02
Univs: handle side-effects of futures correctly in kernel.
Matthieu Sozeau
2015-10-02
Forcing i > Set for global universes (incomplete)
Matthieu Sozeau
2015-07-05
Fix handling of primitive projections in VM.
Maxime Dénès
2015-03-25
Fix vm compiler to refuse to compile code making use of inductives with
Matthieu Sozeau
2015-02-02
Removing dead code.
Pierre-Marie Pédrot
2015-01-17
Univs: Fix alias computation for VMs, computation of normal form of
Matthieu Sozeau
2015-01-12
Update headers.
Maxime Dénès
2014-11-20
Exporting the function handling side-effects only applied to terms.
Pierre-Marie Pédrot
2014-11-19
Slightly improving error messages when mismatch with Proof using at Qed time.
Hugo Herbelin
2014-10-24
Remove an ununsed pattern and commented code in the kernel.
Matthieu Sozeau
2014-10-13
STM: simplify how the term part of a side effect is retrieved
Enrico Tassi
2014-10-13
library/opaqueTables: enable their use in interactive mode
Enrico Tassi
2014-10-11
Revert d0cd27e209be08ee51a2d609157367f053438a10: giving a different name
Matthieu Sozeau
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-08-05
make a few lines fit the screen
Enrico Tassi
2014-08-03
- Fix handling of opaque polymorphic definitions which were turned transparent.
Matthieu Sozeau
2014-08-03
Move to a representation of universe polymorphic constants using indices for ...
Matthieu Sozeau
2014-06-25
all coqide specific files moved into ide/
Enrico Tassi
2014-06-21
Less ocaml warnings.
Hugo Herbelin
2014-06-17
Removing dead code.
Pierre-Marie Pédrot
2014-06-17
- Fix the de Bruijn problem in check_projection for good :)
Matthieu Sozeau
2014-06-17
Fix a de Bruijn bug in checking code of projections.
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 eq_constr_universes restricted to Sorts.equal
Matthieu Sozeau
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
- Fix handling of polymorphic inductive elimination schemes.
Matthieu Sozeau
2014-05-06
Various fixes of universe polymorphism and projections when they're set.
Matthieu Sozeau
2014-05-06
- Fix Check to use the constraints inferred during type inference.
Matthieu Sozeau
2014-05-06
Initial work on reintroducing old-style polymorphism for compatibility (the s...
Matthieu Sozeau
2014-05-06
Correct rebase on STM code. Thanks to E. Tassi for help on dealing with
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
2014-03-05
Remove some dead-code (thanks to ocaml warnings)
Pierre Letouzey
[next]