diff options
| author | Théo Zimmermann | 2020-05-14 12:47:26 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-05-14 12:47:26 +0200 |
| commit | 26cd7d093822556fc919dc7e27cac0196f564fc2 (patch) | |
| tree | 51bacd2d39daf9da9698918f6aa151fa8c676640 /doc/sphinx/language/core | |
| parent | 95c4fc791b1eda5357855f706dfdb4c050d6c28e (diff) | |
Add some markers of origin.
Diffstat (limited to 'doc/sphinx/language/core')
| -rw-r--r-- | doc/sphinx/language/core/inductive.rst | 2 | ||||
| -rw-r--r-- | doc/sphinx/language/core/modules.rst | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/sphinx/language/core/inductive.rst b/doc/sphinx/language/core/inductive.rst index 53c8cd4701..4cdfba146a 100644 --- a/doc/sphinx/language/core/inductive.rst +++ b/doc/sphinx/language/core/inductive.rst @@ -508,6 +508,8 @@ constructions. | cons t f' => (tree_size t + forest_size f') end. +.. extracted from CIC chapter + .. _inductive-definitions: Theory of inductive definitions diff --git a/doc/sphinx/language/core/modules.rst b/doc/sphinx/language/core/modules.rst index b06dd2f1ab..29e703c223 100644 --- a/doc/sphinx/language/core/modules.rst +++ b/doc/sphinx/language/core/modules.rst @@ -50,6 +50,8 @@ A module type abbreviation is written :math:`\ModType{Y}{S}`, where :math:`Y` is an identifier and :math:`S` is any structure expression . +.. extracted from Gallina extensions chapter + Using modules ------------- @@ -852,6 +854,8 @@ and :math:`Γ_C` is :math:`[c_1 :C_1 ;…;c_n :C_n ]`. -------------------------- E[] ⊢ p.c_i \triangleright_δ p'.c_i +.. extracted from Gallina extensions chapter + Libraries and qualified names --------------------------------- |
