added an incomplete and experimental file package

This commit is contained in:
2014-05-30 03:15:40 +00:00
parent cb9505272a
commit d4aad8f0ee
12 changed files with 422 additions and 67 deletions

View File

@ -2,6 +2,8 @@ with H2.Scheme;
package H2.Slim is
package Scheme is new H2.Scheme (Standard.Character);
subtype Character is Standard.Character;
type String is array(System_Index range<>) of Character;
package Scheme is new H2.Scheme (Character);
end H2.Slim;