mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 23:52:51 -06:00
refinements-Pnb-2011-04-30
This commit is contained in:
@@ -23,7 +23,7 @@ concrete CatPnb of Cat = CommonX - [Adv] ** open ResPnb, Prelude in {
|
||||
QCl = {s : ResPnb.VPHTense => Polarity => QForm => Str} ;
|
||||
IP = {s: Case => Str ; g : Gender ; n : Number};
|
||||
IDet = {s :Gender => Str ; n : Number} ;
|
||||
IQuant = {s : Number => Str} ;
|
||||
IQuant = {s : Number => Gender => Str} ;
|
||||
|
||||
---- Relative
|
||||
|
||||
@@ -31,7 +31,7 @@ concrete CatPnb of Cat = CommonX - [Adv] ** open ResPnb, Prelude in {
|
||||
s : ResPnb.VPHTense => Polarity => Order => Agr => Str ;
|
||||
c : Case
|
||||
} ;
|
||||
RP = {s: Number => Case => Str ; a:RAgr};
|
||||
RP = {s: Number => Gender => Case => Str ; a:RAgr};
|
||||
|
||||
---- Verb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user