8 lines
106 B
Ada
8 lines
106 B
Ada
|
with H2.Scheme;
|
||
|
|
||
|
package H2.Slim is
|
||
|
|
||
|
package Scheme is new H2.Scheme (Standard.Character);
|
||
|
|
||
|
end H2.Slim;
|