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/language | |
| parent | 634cb7b8a07a34fc29d074591091f0a6170f7bff (diff) | |
Cite POPL19 SProp paper
Close #10242
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 |
