File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,6 @@ Parameter Aliasing
9999
100100 :error: `error: writable actual for "Doubled" overlaps with actual for "Tripled" `
101101
102- :color-white: `blank line `
103-
104102----------------------------
105103Functions' Parameter Modes
106104----------------------------
Original file line number Diff line number Diff line change @@ -29,13 +29,15 @@ Simple Type Derivation
2929 I_Obj : Integer_T := 0;
3030 N_Obj : Natural_T := 0;
3131
32- * :ada:`I_Obj := N_Obj;` |rightarrow| generates a compile error
32+ * :ada: `I_Obj := N_Obj; ` |rightarrow | generates a compile error
3333
34- :color-red:`expected type "Integer_T" defined at line 2`
34+ :color-red: `expected type "Integer_T" defined at line 2 `
3535
36- * But a child can be converted to the parent
36+ * But a child can be converted to the parent
3737
38- * :ada:`I_Obj := Integer_T (N_Obj);`
38+ .. code :: Ada
39+
40+ I_Obj := Integer_T (N_Obj);
3941
4042--------------------------------------
4143Simple Derivation and Type Structure
Original file line number Diff line number Diff line change 114114 C. Freeze: scope change
115115 D. :ada: `Proc_A ` is a primitive
116116
117+ .. raw :: latex
117118
119+ \vspace {5mm}
You can’t perform that action at this time.
0 commit comments