index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toplevel
/
command.ml
Age
Commit message (
Expand
)
Author
2014-09-13
Providing a -type-in-type option for collapsing the universe hierarchy.
Hugo Herbelin
2014-09-12
Uniformisation of the order of arguments env and sigma.
Hugo Herbelin
2014-09-12
Referring to evars by names. Added a parser for evars (but parsing of
Hugo Herbelin
2014-09-10
Fix categorization of recursive inductives.
Matthieu Sozeau
2014-09-08
Parsing of Type@{max(i,j)}.
Matthieu Sozeau
2014-09-07
Fixing bug #3492.
Pierre-Marie Pédrot
2014-09-04
Types declared as Variants really do not accept recursive definitions.
Arnaud Spiwack
2014-08-30
Simplify even further the declaration of primitive projections,
Matthieu Sozeau
2014-08-29
Fixing commit 50237af2.
Pierre-Marie Pédrot
2014-08-28
Fixing bug #3528.
Pierre-Marie Pédrot
2014-08-28
Change the way primitive projections are declared to the kernel.
Matthieu Sozeau
2014-07-25
- Do module substitution inside mind_record.
Matthieu Sozeau
2014-07-11
Properly add a Set lower bound on any polymorphic inductive in Type with
Matthieu Sozeau
2014-07-03
Cleanup code related to the constraint solving, which sits now outside the
Matthieu Sozeau
2014-07-03
Properly compute the transitive closure of the system of constraints
Matthieu Sozeau
2014-07-01
Add toplevel commands to declare global universes and constraints.
Matthieu Sozeau
2014-06-24
Fix computation of Type argument for Program's fix_proto.
Matthieu Sozeau
2014-06-18
Proofs now take and return an evar_universe_context, simplifying interfaces
Matthieu Sozeau
2014-06-17
Removing dead code.
Pierre-Marie Pédrot
2014-06-16
- Add "Show Universes" to print information about universes during a proof.
Matthieu Sozeau
2014-06-08
Moving hook code from Future to Lemmas. This seemed to disrupt compilation of
Pierre-Marie Pédrot
2014-06-08
Enforce a correct exception handling in declaration_hooks
Enrico Tassi
2014-06-04
Fix handling of anonymous Type in template universe polymorphic inductives
Matthieu Sozeau
2014-05-06
- Fix treatment of global universe constraints which should be passed along
Matthieu Sozeau
2014-05-06
Proper calculation of constructor levels, forgetting the level of lets.
Matthieu Sozeau
2014-05-06
Retype application of fix_proto to get the right universes in Program
Matthieu Sozeau
2014-05-06
Fix restrict_universe_context removing some universes that do appear in the t...
Matthieu Sozeau
2014-05-06
Fix declarations of monomorphic assumptions
Matthieu Sozeau
2014-05-06
Fix program Fixpoint not taking care of universes.
Matthieu Sozeau
2014-05-06
- Fix bug preventing apply from unfolding Fixpoints.
Matthieu Sozeau
2014-05-06
Adapt Y. Bertot's path on private inductives (now the keyword is "Private").
Yves Bertot
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-04-25
Removing Autoinstance once and for all.
Pierre-Marie Pédrot
2014-03-05
Remove some dead-code (thanks to ocaml warnings)
Pierre Letouzey
2013-12-30
Useless Evd.create_evar_defs.
Pierre-Marie Pédrot
2013-12-24
STM: capture type checking error (Closes: 3195)
Enrico Tassi
2013-12-24
Qed: feedback when type checking is done
Enrico Tassi
2013-11-27
Adding generic solvers to term holes. For now, no resolution mechanism nor
Pierre-Marie Pédrot
2013-11-03
Fixup bug 3145
pboutill
2013-11-02
Makes the new Proofview.tactic the basic type of Ltac.
aspiwack
2013-10-31
Future: better doc + restore ~pure optimization
gareuselesinge
2013-10-31
Conv_orable made functional and part of pre_env
gareuselesinge
2013-10-24
More monomorphic List.mem + List.assoc + ...
letouzey
2013-10-24
Turn many List.assoc into List.assoc_f
letouzey
2013-10-23
cList: set-as-list functions are now with an explicit comparison
letouzey
2013-10-18
declaration_hooks use Ephemeron
gareuselesinge
2013-10-18
Future: ported to Ephemeron + exception enhancing
gareuselesinge
2013-09-27
Removing a bunch of generic equalities.
ppedrot
[next]