Skip to content

Commit 95e61e4

Browse files
committed
Adding references to sections of the Advanced Ada course
1 parent 2ecb325 commit 95e61e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/courses/ada-idioms/chapters/introduction.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ operations. But we can convert the :ada:`Child` object to a value of the
156156
components and operations defined for the :ada:`Parent` type. The compiler
157157
enforces this temporary view.
158158

159+
For further details about view conversions, please refer to that
160+
:ref:`specific section of the Advanced Ada course <Adv_Ada_View_Conversion>`.
161+
159162
Views are a fundamental concept in Ada. Understanding them will greatly
160163
facilitate understanding the rules of the language in general.
161164

@@ -216,6 +219,9 @@ a major abstraction as a private type should be suspect, just as using a
216219
C++ anything a :c:`struct` contains is compile-time visible to clients by
217220
default.)
218221

222+
For further details about type views, please refer to that
223+
:ref:`specific section of the Advanced Ada course <Adv_Ada_Type_View>`.
224+
219225

220226
Bibliography
221227
------------

0 commit comments

Comments
 (0)