diff options
| author | Théo Zimmermann | 2019-11-06 13:27:18 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2019-11-06 13:27:18 +0100 |
| commit | 4658804c1f5d9c89f23e2c31a44643ed4569f9fe (patch) | |
| tree | 8f232075145bb89399cc4f39598def941f74f4a5 /doc/sphinx/language | |
| parent | f9b3b05cc05a1ae90e33969cb5c5ded9eb393bd4 (diff) | |
| parent | d3a193260bfa28c9205c64718f6a4c57ee17ea0a (diff) | |
Merge PR #11041: Cite POPL19 SProp paper
Reviewed-by: Zimmi48
Diffstat (limited to 'doc/sphinx/language')
| -rw-r--r-- | doc/sphinx/language/cic.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/sphinx/language/cic.rst b/doc/sphinx/language/cic.rst index 6410620b40..f659438674 100644 --- a/doc/sphinx/language/cic.rst +++ b/doc/sphinx/language/cic.rst @@ -49,7 +49,8 @@ The sort :math:`\SProp` is like :math:`\Prop` but the propositions in equal). Objects of type :math:`\SProp` are called strict propositions. :math:`\SProp` is rejected except when using the compiler option ``-allow-sprop``. See :ref:`sprop` for information about using -:math:`\SProp`. +:math:`\SProp`, and :cite:`Gilbert:POPL2019` for meta theoretical +considerations. The sort :math:`\Set` intends to be the type of small sets. This includes data types such as booleans and naturals, but also products, subsets, and |
