8 lines
84 B
Ada
8 lines
84 B
Ada
generic
|
|
package any_Math.any_Algebra
|
|
is
|
|
|
|
pragma Pure;
|
|
|
|
end any_Math.any_Algebra;
|