diff options
| author | Vincent Laporte | 2019-04-30 15:09:03 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2019-04-30 15:09:03 +0000 |
| commit | bb4f304848e04c492d98db5da0bdb1895cecc191 (patch) | |
| tree | 29d784d3111a28aefcbf5bf88d463b38047ef6ec /doc/sphinx/addendum | |
| parent | 63610b6b9dbed35c86c3c677c7659b20b16896e7 (diff) | |
| parent | 9af92ba8374e51f00a58fe97abce18c67884db25 (diff) | |
Merge PR #9939: Credits for 8.10
Ack-by: Zimmi48
Ack-by: ejgallego
Ack-by: gares
Ack-by: mattam82
Reviewed-by: vbgl
Diffstat (limited to 'doc/sphinx/addendum')
| -rw-r--r-- | doc/sphinx/addendum/sprop.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sphinx/addendum/sprop.rst b/doc/sphinx/addendum/sprop.rst index c0c8c2d79c..8935ba27e3 100644 --- a/doc/sphinx/addendum/sprop.rst +++ b/doc/sphinx/addendum/sprop.rst @@ -10,9 +10,9 @@ SProp (proof irrelevant propositions) This section describes the extension of |Coq| with definitionally proof irrelevant propositions (types in the sort :math:`\SProp`, also known as strict propositions). To use :math:`\SProp` you must pass -``-allow-sprop`` to the |Coq| program or use :opt:`Allow StrictProp`. +``-allow-sprop`` to the |Coq| program or use :flag:`Allow StrictProp`. -.. opt:: Allow StrictProp +.. flag:: Allow StrictProp :name: Allow StrictProp Allows using :math:`\SProp` when set and forbids it when unset. The @@ -201,10 +201,10 @@ This means that some errors will be delayed until ``Qed``: Abort. -.. opt:: Elaboration StrictProp Cumulativity +.. flag:: Elaboration StrictProp Cumulativity :name: Elaboration StrictProp Cumulativity - Unset this option (it's on by default) to be strict with regard to + Unset this flag (it is on by default) to be strict with regard to :math:`\SProp` cumulativity during elaboration. The implementation of proof irrelevance uses inferred "relevance" |
