mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 18:52:50 -06:00
*** empty log message ***
This commit is contained in:
@@ -23,6 +23,7 @@ flags coding=utf8 ;
|
||||
-- To abstract over gender names, we define the following identifiers.
|
||||
|
||||
oper
|
||||
Gender : Type ;
|
||||
masculine : Gender ;
|
||||
feminine : Gender ;
|
||||
neuter : Gender ;
|
||||
@@ -222,7 +223,7 @@ oper
|
||||
-- The definitions should not bother the user of the API. So they are
|
||||
-- hidden from the document.
|
||||
--.
|
||||
|
||||
Gender = SyntaxRus.Gender ;
|
||||
|
||||
masculine = Masc ;
|
||||
feminine = Fem ;
|
||||
|
||||
Reference in New Issue
Block a user