CVS difference for ai05s/ai05-0020-1.txt

Differences between 1.5 and version 1.6
Log of other versions for file ai05s/ai05-0020-1.txt

--- ai05s/ai05-0020-1.txt	2008/11/26 23:58:33	1.5
+++ ai05s/ai05-0020-1.txt	2008/12/30 03:16:32	1.6
@@ -26,12 +26,12 @@
 
 Consider the example:
 
-	package P is
-	   type T is private;
-	   function "=" (L, R : access T) return Boolean;
-	private
-	   type T is null record;
-	end P;
+   package P is
+      type T is private;
+      function "=" (L, R : access T) return Boolean;
+   private
+      type T is null record;
+   end P;
 
 For clients of P, which see the partial view of T, the presence of the
 user-defined "=" in the visible part has the effect of eliminating the

Questions? Ask the ACAA Technical Agent