index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
/
classes.ml
Age
Commit message (
Expand
)
Author
2019-11-13
cleanup unused argument for Classes.do_instance_resolve_TC
Gaëtan Gilbert
2019-11-13
Return of Refine Instance as an attribute.
Gaëtan Gilbert
2019-10-31
[classes] Remove a couple of unneeded option types
Emilio Jesus Gallego Arias
2019-10-31
[classes] Untabify in preparation for next commit.
Emilio Jesus Gallego Arias
2019-10-31
[classes] Some refactoring on proof save preparation.
Emilio Jesus Gallego Arias
2019-10-28
Merge PR #10950: [declare] Split universe and inductive declaration code to v...
Gaëtan Gilbert
2019-10-24
[declare] Split universe declaration code to vernac/
Emilio Jesus Gallego Arias
2019-10-24
[library] [nit] Remove unnecessary type alias.
Emilio Jesus Gallego Arias
2019-09-29
Merge PR #10673: [lemmas] Cleanup users of default proof information.
Pierre-Marie Pédrot
2019-08-23
[lemmas] Cleanup users of default proof information.
Emilio Jesus Gallego Arias
2019-08-19
[api] Move handling of variable implicit data to impargs
Emilio Jesus Gallego Arias
2019-07-31
Specialize the section API.
Pierre-Marie Pédrot
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-07-01
[decls] Remove goal_object_kind type.
Emilio Jesus Gallego Arias
2019-07-01
[declare] Separate kinds from entries in constant declaration
Emilio Jesus Gallego Arias
2019-07-01
[api] Refactor most of `Decl_kinds`
Emilio Jesus Gallego Arias
2019-06-26
[declare] Fine tuning of Hook type.
Emilio Jesus Gallego Arias
2019-06-25
Remove the internal_flag argument from Declare API.
Pierre-Marie Pédrot
2019-06-24
[api] Remove `polymorphic` type alias, use labels instead.
Emilio Jesus Gallego Arias
2019-06-24
[api] Move `locality` from `library` to `vernac`.
Emilio Jesus Gallego Arias
2019-06-24
[lemmas] [proof] Split proof kinds into per-layer components.
Emilio Jesus Gallego Arias
2019-06-24
[proof] Remove duplicated universe polymorphic from decl_kinds
Emilio Jesus Gallego Arias
2019-06-24
[proof] Remove redundant universe declaration information.
Emilio Jesus Gallego Arias
2019-06-24
[lemmas] Turn Lemmas.info into a proper type with constructor.
Emilio Jesus Gallego Arias
2019-06-24
[lemmas] Reify info for implicits, univ_decls, prepare for rec_thms.
Emilio Jesus Gallego Arias
2019-06-24
Duplicate the type of constant entries in Proof_global.
Pierre-Marie Pédrot
2019-06-20
Merge PR #9645: [proof] Remove terminator type, unifying regular and obligati...
Pierre-Marie Pédrot
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-17
Merge PR #10226: Simplify implicit_quantifiers
Emilio Jesus Gallego Arias
2019-06-17
[proof] Move declaration hooks to DeclareDef.
Emilio Jesus Gallego Arias
2019-06-16
Turning "manual_implicits" into a list of position in impargs.ml.
Hugo Herbelin
2019-06-11
Fix #10225 (Instance := {} accepts duplicate fields)
Gaëtan Gilbert
2019-06-09
[proof] Move proofs that have an associated constant to `Lemmas`
Emilio Jesus Gallego Arias
2019-06-08
Cleaning the status of Local Definition and similar.
Hugo Herbelin
2019-06-04
Simplify vernacentries calls to classes, remove unused args, reject deprecate...
Gaëtan Gilbert
2019-06-04
[classes] remove program mode from the new_instance_* APIs
Enrico Tassi
2019-06-04
[vernac] more precise types for Add Morph, Instance, and Function
Enrico Tassi
2019-06-04
coqpp: add new ![] specifiers for structured proof interaction
Gaëtan Gilbert
2019-06-04
Proof_global: pass only 1 pstate when we don't want the proof stack
Gaëtan Gilbert
2019-05-21
Remove undocumented Instance : ! syntax
Gaëtan Gilbert
2019-05-20
[Classes] Use prepare_parameter from DeclareDef.
Emilio Jesus Gallego Arias
2019-05-20
Remove Refine Instance Mode option
Maxime Dénès
2019-05-13
Moving Evd.evars_of_term from constr to econstr + consequences.
Hugo Herbelin
2019-04-10
Functionalize env in type classes
Maxime Dénès
2019-04-02
Merge PR #8984: Declare initial hint databases in prelude
Pierre-Marie Pédrot
2019-03-27
[vernac] Thread proof state to declare_assumption for warning
Emilio Jesus Gallego Arias
2019-03-27
[vernac] Adapt to removal of imperative proof state.
Emilio Jesus Gallego Arias
2019-03-27
Deprecate `Refine Instance Mode` option
Maxime Dénès
2019-03-26
Declare initial hint databases in prelude
Maxime Dénès
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
[next]