mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-20 16:56:18 -06:00
fix type errors detected by the new type checker
This commit is contained in:
@@ -504,11 +504,11 @@ oper
|
||||
|
||||
-- for relatives
|
||||
|
||||
AAgr : Type = {g : Gender ; n : Number} ;
|
||||
AAgr : PType = {g : Gender ; n : Number} ;
|
||||
|
||||
-- for agreement between subject and predicate
|
||||
|
||||
Agr : Type = AAgr ** {p : Person} ;
|
||||
Agr : PType = AAgr ** {p : Person} ;
|
||||
|
||||
|
||||
-- clause building function :
|
||||
|
||||
Reference in New Issue
Block a user