mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 20:06:29 -06:00
don't use record extension with PTypes
the current (non-majestic) runtime doesn't support it
This commit is contained in:
@@ -502,13 +502,13 @@ oper
|
||||
|
||||
-- Agreements :
|
||||
|
||||
-- for relatives
|
||||
|
||||
-- for relatives
|
||||
|
||||
AAgr : PType = {g : Gender ; n : Number} ;
|
||||
|
||||
|
||||
-- for agreement between subject and predicate
|
||||
|
||||
Agr : PType = AAgr ** {p : Person} ;
|
||||
|
||||
Agr : PType = {g : Gender ; n : Number ; p : Person} ;
|
||||
|
||||
|
||||
-- clause building function :
|
||||
|
||||
Reference in New Issue
Block a user