hcl/lib/h2-slim.ads
hyung-hwan 8ef3eabe78 added H2.Slim and Slim_Stream.
renamed Stream to Wide_Stream.
2014-03-26 14:28:41 +00:00

8 lines
106 B
Ada
Executable File

with H2.Scheme;
package H2.Slim is
package Scheme is new H2.Scheme (Standard.Character);
end H2.Slim;