mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
Romance inverted questions
This commit is contained in:
@@ -14,9 +14,9 @@ incomplete concrete CatRomance of Cat =
|
||||
|
||||
-- Sentence
|
||||
|
||||
Cl = {s : RTense => Anteriority => Polarity => Mood => Str} ;
|
||||
Cl = {s : Direct => RTense => Anteriority => Polarity => Mood => Str} ;
|
||||
Slash = {
|
||||
s : AAgr => RTense => Anteriority => Polarity => Mood => Str ;
|
||||
s : Direct => AAgr => RTense => Anteriority => Polarity => Mood => Str ;
|
||||
c2 : Compl
|
||||
} ;
|
||||
Imp = {s : Polarity => ImpForm => Gender => Str} ;
|
||||
|
||||
Reference in New Issue
Block a user