*** empty log message ***

This commit is contained in:
janna
2004-11-10 19:02:00 +00:00
parent 3d3eb65e8e
commit f36378a64b
2 changed files with 6 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ resource ParadigmsIta =
-- To abstract over gender names, we define the following identifiers.
oper
Bool : Type ;
Gender : Type ;
masculine : Gender ;
@@ -173,6 +174,7 @@ oper
-- The definitions should not bother the user of the API. So they are
-- hidden from the document.
--.
Bool = Prelude.Bool ;
Gender = SyntaxIta.Gender ;
Case = SyntaxIta.Case ;
Number = SyntaxIta.Number ;