CVS difference for ais/ai-00145.txt

Differences between 1.5 and version 1.6
Log of other versions for file ais/ai-00145.txt

--- ais/ai-00145.txt	2000/07/15 02:29:59	1.5
+++ ais/ai-00145.txt	2000/08/01 05:39:33	1.6
@@ -49,7 +49,7 @@
 
 !question
 
-4.5.2(8-9) says:
+4.5.2(8-9) say:
 
   The ordering operators are predefined for every specific scalar type T,
   and for every discrete array type T, with the following specifications:
@@ -82,12 +82,13 @@
 associated with the italicized notation in section 4:
 
     <<Start_Example>>
-    type T1 is range ...;                              -- T1'Base
-    type T2 is tagged ...;                             -- T2
-    type T3(D: Integer) is tagged ...;                 -- T3
-    type T4 is array(Integer range <>) of Integer;     -- T4
-    type T5 is array(Integer range 1..100) of Integer; -- T5-without-the-constraint
-    type T6 is record ...;                             -- T6
+    type T1 is range ...;                          -- T1'Base
+    type T2 is tagged ...;                         -- T2
+    type T3(D: Integer) is tagged ...;             -- T3
+    type T4 is array(Integer range <>) of Integer; -- T4
+    type T5 is array(Integer range 1..100)
+       of Integer;                                 -- T5-without-the-constraint
+    type T6 is record ...;                         -- T6
 
 Note that T2 and T6 are constrained, despite the fact
 that they have no constraint.  Note also that in the case of T5, the

Questions? Ask the ACAA Technical Agent