mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 02:12:50 -06:00
*** empty log message ***
This commit is contained in:
@@ -34,6 +34,8 @@ oper
|
||||
|
||||
-- To abstract over number names, we define the following.
|
||||
|
||||
Number : Type ;
|
||||
|
||||
singular : Number ;
|
||||
plural : Number ;
|
||||
|
||||
@@ -42,6 +44,8 @@ oper
|
||||
-- dative is formed by the preposition "a", and the genitive by the
|
||||
-- preposition "di".)
|
||||
|
||||
Case : Type ;
|
||||
|
||||
nominative : Case ;
|
||||
accusative : Case ;
|
||||
dative : Case ;
|
||||
@@ -170,6 +174,8 @@ oper
|
||||
-- hidden from the document.
|
||||
--.
|
||||
Gender = SyntaxIta.Gender ;
|
||||
Case = SyntaxIta.Case ;
|
||||
Number = SyntaxIta.Number ;
|
||||
|
||||
masculine = Masc ;
|
||||
feminine = Fem ;
|
||||
|
||||
Reference in New Issue
Block a user