forked from GitHub/gf-rgl
fix type errors detected by the new type checker
This commit is contained in:
+2
-2
@@ -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