Skip to content

Commit c627667

Browse files
Resolve "Break 170_tagged_derivation into chapters"
1 parent eb2059e commit c627667

31 files changed

+1015
-1297
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
*****************
2+
Tagged Derivation
3+
*****************
4+
5+
.. container:: PRELUDE BEGIN
6+
7+
.. container:: PRELUDE ROLES
8+
9+
.. role:: ada(code)
10+
:language: Ada
11+
12+
.. role:: C(code)
13+
:language: C
14+
15+
.. role:: cpp(code)
16+
:language: C++
17+
18+
.. container:: PRELUDE SYMBOLS
19+
20+
.. |rightarrow| replace:: :math:`\rightarrow`
21+
.. |forall| replace:: :math:`\forall`
22+
.. |exists| replace:: :math:`\exists`
23+
.. |equivalent| replace:: :math:`\iff`
24+
.. |le| replace:: :math:`\le`
25+
.. |ge| replace:: :math:`\ge`
26+
.. |lt| replace:: :math:`<`
27+
.. |gt| replace:: :math:`>`
28+
.. |checkmark| replace:: :math:`\checkmark`
29+
30+
.. container:: PRELUDE REQUIRES
31+
32+
.. container:: PRELUDE PROVIDES
33+
34+
.. container:: PRELUDE END
35+
36+
.. include:: 170_tagged_derivation/01-introduction.rst
37+
.. include:: 170_tagged_derivation/02-tagged_derivation-simple.rst
38+
.. include:: labs/170_tagged_derivation-simple.lab.rst
39+
.. include:: 170_tagged_derivation/99-summary.rst
40+
.. include:: 170_tagged_derivation/03-extending_tagged_types.rst

0 commit comments

Comments
 (0)