hcl/lib/h2-slim.ads

10 lines
197 B
Ada
Executable File

with H2.Scheme;
package H2.Slim is
subtype Character is Standard.Character;
type String is array(System_Index range<>) of Character;
package Scheme is new H2.Scheme (Character);
end H2.Slim;