aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/sphinx/proof-engine
Commit message (Collapse)AuthorAge
* Correct some spelling errorsmasterGravatar Benjamin Barenblat2018-07-22
| | | | | | | | | | Lintian found some spelling errors in the Debian packaging for coq. Fix them most places they appear in the current source. (Don't change documentation anchor names, as that would invalidate external deeplinks.) This also fixes a bug in coqdoc: prior to this commit, coqdoc would highlight `instanciate` but not `instantiate`.
* Solved problems with snippets giving errors in chapter 'Detailed examples of ↵Gravatar Zeimer2018-07-21
| | | | tactics' of the Reference Manual. Refreshed the section on the cardinality of the naturals. Removed the mention of specialize_eqs as it seems very bugged.
* Rewrote examples about permutations, logic and type isomorphisms: changed ↵Gravatar Zeimer2018-07-21
| | | | the formatting and renamed the tactics to match modern naming conventions.
* Improvements for the chapter 'Detailed examples of tactics' of the Reference ↵Gravatar Zeimer2018-07-21
| | | | Manual.
* Merge PR #8072: Fixes for chapters 'Vernacular commands', 'Proof handling' ↵Gravatar Théo Zimmermann2018-07-21
|\ | | | | | | and 'Tactics' of the Reference Manual.
* | Small improvements suggested in comments to PR #8086.Gravatar Zeimer2018-07-20
| |
* | Improved chapter 'The tactic language' of the Reference Manual.Gravatar Zeimer2018-07-20
| |
| * Added :undocumented: and :cmd: as suggested in comments for PR #8072.Gravatar Zeimer2018-07-20
| |
| * Fixed many spelling and grammar errors in the chapters 'Vernacular ↵Gravatar Zeimer2018-07-20
|/ | | | | | | commands', 'Proof handling' and 'Tactics' of the Reference Manual. Fixed some more serious errors related to tactics functional induction, unfold, hnf and red. Added some error messages and remarks for tactics btauto, rtauto and red.
* Remove fourier pluginGravatar Maxime Dénès2018-07-17
| | | | As stated in the manual, the fourier tactic is subsumed by lra.
* fixed typo for assert_suceedGravatar charguer2018-07-10
|
* Merge PR #8028: Fix a few typosGravatar Théo Zimmermann2018-07-10
|\
| * Fix typo in doc/proof-engine/tactics.rst.Gravatar whitequark2018-07-10
| |
* | Fix rst syntax for `quote ident {ident}`Gravatar Joachim Breitner2018-07-09
|/
* hints: add Hint Variables/Constants Opaque/Transparent commandsGravatar Matthieu Sozeau2018-07-02
| | | | | | | | | | | This gives user control on the transparent state of a hint db. Can override defaults more easily (report by J. H. Jourdan). For "core", declare that variables can be unfolded, but no constants (ensures compatibility with previous auto which allowed conv on closed terms) Document Hint Variables
* [ssr] document {}/viewGravatar Enrico Tassi2018-06-22
|
* [ssr] document rewrite {}fooGravatar Enrico Tassi2018-06-22
| | | | It was used in some examples, but never fully documented
* Merge PR #7865: Fix #7432: Grammar token @term points to the SSR chapter.Gravatar Maxime Dénès2018-06-21
|\
* \ Merge PR #7491: Fix #7421: constr_eq ignores universe constraints.Gravatar Pierre-Marie Pédrot2018-06-19
|\ \
| | * [doc] Fix a typo in the ssreflect chapterGravatar Clément Pit-Claudel2018-06-19
| | |
| | * [doc] Fix uncaught duplicate-label errors in the SSReflect chapterGravatar Clément Pit-Claudel2018-06-19
| |/ |/|
| * Fix #7421: constr_eq ignores universe constraints.Gravatar Gaëtan Gilbert2018-06-18
| | | | | | | | | | The test isn't quite the one in #7421 because that use of algebraic universes is wrong.
* | Fix #7829: Spurious documentation failures.Gravatar Théo Zimmermann2018-06-18
|/ | | | We split a Require Import in two to avoid reaching the timeout.
* Improve links to SSR tactics, and some other improvements.Gravatar Théo Zimmermann2018-06-05
|
* Workaround a weird error of .. coqtop::Gravatar Théo Zimmermann2018-06-05
|
* Remove many abusive .. coqtop in SSR chapter.Gravatar Théo Zimmermann2018-06-05
| | | | Many still remain.
* A few additional small fixes.Gravatar Théo Zimmermann2018-06-05
|
* [sphinx] Fix missing indices warnings.Gravatar Théo Zimmermann2018-06-05
|
* [ssr] index entry for "without loss", "suffices" and "generally have"Gravatar Enrico Tassi2018-06-05
|
* [ssr] some fixes to the documentation markupGravatar Enrico Tassi2018-06-05
|
* [sphinx] Start fixing SSR chapter.Gravatar Théo Zimmermann2018-06-05
|
* Merge PR #7229: Deprecate implicit tactic solving.Gravatar Hugo Herbelin2018-06-04
|\
* \ Merge PR #7601: Fix notation for code snippet in documentationGravatar Maxime Dénès2018-06-04
|\ \
| | * Documenting the deprecation.Gravatar Pierre-Marie Pédrot2018-06-04
| |/ |/|
* | Merge PR #7648: Indicate in the doc that clearbody can take several identsGravatar Maxime Dénès2018-06-04
|\ \
| * | Merge two clearbody docsGravatar Théo Winterhalter2018-06-01
| | |
| * | Indicate in the doc that clearbody can take several identsGravatar Théo Winterhalter2018-05-31
| | |
* | | [doc] Allow more than one signature and name per Sphinx objectGravatar Clément Pit-Claudel2018-05-25
|/ / | | | | | | As discussed in GH-7556.
| * Fix notation for code snippet in documentationGravatar Anton Trunov2018-05-25
|/ | | | It failed to compile before because the type arguments were declared implicit after introducing the notation
* Merge PR #7508: Improve rewrite section in tactic chapter.Gravatar Maxime Dénès2018-05-25
|\
* | Document nested proofs and associated option.Gravatar Théo Zimmermann2018-05-17
| |
* | Merge PR #7517: [sphinx] Fix indentation at the end of proof handling chapter.Gravatar Maxime Dénès2018-05-16
|\ \
| | * [sphinx] Fix mistake in index.Gravatar Théo Zimmermann2018-05-16
| | |
| | * [sphinx] Improve rewrite section in tactic chapter.Gravatar Théo Zimmermann2018-05-16
| |/ |/| | | | | Including a fix to the example given in #7407.
* | [doc] Small fixesGravatar Clément Pit-Claudel2018-05-15
| |
| * [sphinx] Fix indentation at the end of proof handling chapter.Gravatar Théo Zimmermann2018-05-15
|/
* Remove duplicate entries for Proof, Qed, Defined, Admitted.Gravatar Théo Zimmermann2018-05-14
| | | | And marginal improvements in the last section of the Gallina chapter.
* Merge PR #7374: [sphinx] More fatal warnings.Gravatar Maxime Dénès2018-05-14
|\
* | Doc: Renaming an old-style numerical evar in an alphabetical one.Gravatar Hugo Herbelin2018-05-11
| |
* | Doc: Moving `\forall` to `forall` in file tactics.rst.Gravatar Hugo Herbelin2018-05-11
| | | | | | | | | | Not only are most of "forall"s in the manual in Coq notation, but the math notation leads to have a specially long space after the comma.