| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-18 | Fix doc for Refine Instance Mode | Gaëtan Gilbert | |
| 2019-02-18 | Sphinx: remove [coqtop:: undo] | Gaëtan Gilbert | |
| Co-authored-by: Vincent Laporte <Vincent.Laporte@fondation-inria.fr> | |||
| 2019-02-18 | Fix last nested lemma failure. | Théo Zimmermann | |
| 2019-02-18 | Fix failing coqtops in type-classes.rst | Gaëtan Gilbert | |
| 2019-02-18 | Merge PR #9568: Add test that we regenerated doc/sphinx/README.rst to linter | Théo Zimmermann | |
| Reviewed-by: Zimmi48 Reviewed-by: ejgallego | |||
| 2019-02-18 | Merge PR #9142: Disable Ltac backtraces | Hugo Herbelin | |
| Ack-by: Zimmi48 Reviewed-by: jfehrle Ack-by: ppedrot | |||
| 2019-02-18 | Add diff rule for README.rst to dune refman-html alias | Gaëtan Gilbert | |
| We change regen_readme such that when given an argument it outputs there instead of overwriting the readme. Prompted by me noticing I forgot to regen in #9553. | |||
| 2019-02-17 | Merge PR #9528: Fix #9527: unknown evar in nonterminating [fix] error. | Pierre-Marie Pédrot | |
| Reviewed-by: gares Reviewed-by: ppedrot | |||
| 2019-02-14 | Merge PR #9571: Document the now_show tactic. | Clément Pit-Claudel | |
| Ack-by: Zimmi48 Reviewed-by: cpitclaudel | |||
| 2019-02-14 | Document the now_show tactic. | Théo Zimmermann | |
| It was used in the standard library and the test-suite but undocumented so far. | |||
| 2019-02-14 | [Manual] Fix a reference | Vincent Laporte | |
| 2019-02-14 | [Manual] Clean examples for `apply` | Vincent Laporte | |
| 2019-02-14 | [Manual] Don’t use `Undo` in ssreflect examples | Vincent Laporte | |
| 2019-02-14 | [Manual] Clean examples about `inversion` tactic | Vincent Laporte | |
| 2019-02-13 | Merge PR #9450: Fix #9432: canonical structure and coercion accept universe ↵ | Maxime Dénès | |
| binders. Ack-by: SkySkimmer Reviewed-by: Zimmi48 Ack-by: gares Reviewed-by: maximedenes | |||
| 2019-02-13 | [ssr] move shorter Canonical to Coq proper | Enrico Tassi | |
| 2019-02-13 | Merge PR #9564: Fix small errors in cic.rst (3rd) | Théo Zimmermann | |
| Reviewed-by: Zimmi48 | |||
| 2019-02-13 | Merge PR #9553: Sphinx various fixing of failing commands | Théo Zimmermann | |
| Ack-by: Zimmi48 | |||
| 2019-02-12 | Fix failing coqtops in syntax-extensions.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in tactics.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in ssreflect-proof-language.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in ltac.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in coqide.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in gallina-specification-language.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in gallina-extensions.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in coq-library.rst | Gaëtan Gilbert | |
| Mostly in the pattern ~~~ .. coqtop:: in Theorem foo : bla. Theorem bar : blah. (* nested proof error *) ~~~ | |||
| 2019-02-12 | Fix failing coqtops in cic.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops universe-polymorphism.rst | Gaëtan Gilbert | |
| 2019-02-12 | Improve the documentation of auto. | Théo Zimmermann | |
| In particular, mention that auto does not use full-blown apply. | |||
| 2019-02-12 | Fix failing coqtops in ring.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in micromega.rst (the main one requires csdp) | Gaëtan Gilbert | |
| Maybe we should still let it run but let's disable it until we install csdp on the build server at least. | |||
| 2019-02-12 | Fix failing coqtops in generalized-rewriting.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix failing coqtops in extended-pattern-matching.rst | Gaëtan Gilbert | |
| 2019-02-12 | Fix doc for coqtop:: undo | Gaëtan Gilbert | |
| 2019-02-12 | Increase sphinx recursion limit | Gaëtan Gilbert | |
| Not sure why but it seems required for future commits. | |||
| 2019-02-11 | Small typos in the documentation. | Martin Bodin | |
| 2019-02-11 | Fix #9527: unknown evar in nonterminating [fix] error. | Gaëtan Gilbert | |
| 2019-02-11 | Use math mode more. | Tanaka Akira | |
| Also quoted parts are emphasized as coq-8.7.2-reference-manual.pdf. And two "x:T" are quoted. | |||
| 2019-02-11 | Use {LEFT,RIGHT} DOUBLE QUOTATION MARK. | Tanaka Akira | |
| Use LEFT DOUBLE QUOTATION MARK (U+201C) and RIGHT DOUBLE QUOTATION MARK (U+201D) instead of QUOTATION MARK (U+0022). QUOTATION MARK is formatted as same form both for opening and closing quotation mark. | |||
| 2019-02-11 | Remove a space before closing double-quote. | Tanaka Akira | |
| 2019-02-10 | Change "I" to "I_p". | Tanaka Akira | |
| Since the type of "c" is "I_p ...", the constructor should return the value of it. | |||
| 2019-02-10 | Distinguish inductive {definition,inductive}. | Tanaka Akira | |
| 2019-02-09 | Update link to refman and stdlib doc for master branch. | Théo Zimmermann | |
| 2019-02-08 | Use math mode more. | Tanaka Akira | |
| 2019-02-08 | Fix index of arguments of constructor in fixpoint. | Tanaka Akira | |
| In fixpoint typing rule section, a type of constructor is described twice: - ∀ p_1:P_1,~… ∀ p_r :P_r,~∀ x_1:T_1,~… ∀ x_r:T_r,~(I_j~p_1 … p_r~t_1 … t_s) - ∀ p_1:P_1,~…,∀ p_r :P_r,~∀ y_1:B_1,~… ∀ y_k:B_k,~(I~a_1 … a_k) Both seems invalid. The former require that the number of parameters and the number of (non-parameter) constructor argumets is same. The latter require that the number of (non-parameter) constructor argumets and the number of inductive type arguments (including paramters) is same. Also, "k" is already used for the number of inductive types in a inductive definition. So, I changed the number of (non-parameter) constructor argumets to "m". I choose "m" because "m" is used for the purpose in the description for iota-reduction of destructors. Also, I changed the inductive type parameters and arguments of latter consistent with the former. | |||
| 2019-02-08 | Change parameters p_1...p_r to q_1...q_r. | Tanaka Akira | |
| In the description of destructors, "Type of branches" section and "Typing rule" section shares the definition of "r" (and "s" from previous commit). However actual parameters are p_1...p_r in the former section and q_1...q_r in the latter section. I guess it's because the latter section uses p_1...p_l in other purpose: index of constructor for a inductive type. So, I change the parameter p_1...p_r to q_1...q_r in the former section to consistent with the latter section. | |||
| 2019-02-08 | Change the index "p" to "s" in "type of branches". | Tanaka Akira | |
| In the description of destuctors, "Type of branches" section uses "p" as the number of arguments. It is confusing because "p" is used as the number of parameters. After the section, "Typing rule." section uses "s" without definition as I q1...qr t1...ts. It seems that it is the number of arguments. So, I changed "p" to "s". "s" is also confusing with sorts, though. | |||
| 2019-02-08 | Change c to c' forgotten at exchanging c and c'. | Tanaka Akira | |
| In Cic admissible rules section, c and c' are exchanged at https://github.com/coq/coq/commit/8654b03544f0efe4b418a0afdc871ff84784ff83 . But the exchange is not complete. This commit complete it. | |||
| 2019-02-08 | Remove spaces just before period (non-math mode). | Tanaka Akira | |
| 2019-02-08 | Remove spaces just before comma (non-math mode). | Tanaka Akira | |
