mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-23 18:21:11 -06:00
fix type errors detected by the new type checker
This commit is contained in:
@@ -39,7 +39,7 @@ resource ResGre = ParamX ** open Prelude in {
|
||||
|
||||
oper
|
||||
|
||||
AAgr : Type = {g : Gender ; n : Number} ;
|
||||
AAgr : PType = {g : Gender ; n : Number} ;
|
||||
|
||||
VP = { v : Verb ; clit,clit2 : Str ; comp : Agr => Str ; isNeg : Bool ; voice : Voice ; aspect :Aspect} ;
|
||||
|
||||
@@ -1826,4 +1826,4 @@ resource ResGre = ParamX ** open Prelude in {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user