blob: 5b95fb2e16536877c819e67653c69cc262095109 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
package body Opt91_Pkg is
package body Pure_Relation is
overriding function Custom_Image (Self : Rel) return String is
begin
return Custom_Image (Self.Rel);
end Custom_Image;
end Pure_Relation;
end Opt91_Pkg;
|