diff options
| author | Gaëtan Gilbert | 2019-11-04 16:23:38 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2019-11-04 16:23:38 +0100 |
| commit | d3a193260bfa28c9205c64718f6a4c57ee17ea0a (patch) | |
| tree | f588c70a184c2c62a48a49271dc0260183000392 /doc/sphinx/addendum | |
| parent | 634cb7b8a07a34fc29d074591091f0a6170f7bff (diff) | |
Cite POPL19 SProp paper
Close #10242
Diffstat (limited to 'doc/sphinx/addendum')
| -rw-r--r-- | doc/sphinx/addendum/sprop.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/sphinx/addendum/sprop.rst b/doc/sphinx/addendum/sprop.rst index 9a9ec78edc..9acdd18b89 100644 --- a/doc/sphinx/addendum/sprop.rst +++ b/doc/sphinx/addendum/sprop.rst @@ -9,9 +9,11 @@ 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). Using :math:`\SProp` may be prevented -by passing ``-disallow-sprop`` to the |Coq| program or using -:flag:`Allow StrictProp`. +known as strict propositions) as described in +:cite:`Gilbert:POPL2019`. + +Using :math:`\SProp` may be prevented by passing ``-disallow-sprop`` +to the |Coq| program or using :flag:`Allow StrictProp`. .. flag:: Allow StrictProp :name: Allow StrictProp |
