mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
fix lincat AP
This commit is contained in:
@@ -2,7 +2,7 @@ concrete CatHye of Cat = CommonX ** open Prelude,ResHye in {
|
|||||||
lincat A = Adj ;
|
lincat A = Adj ;
|
||||||
lincat A2 = Adj ** {c2 : Compl} ;
|
lincat A2 = Adj ** {c2 : Compl} ;
|
||||||
lincat ACard = {s : Str} ;
|
lincat ACard = {s : Str} ;
|
||||||
lincat AP = {} ;
|
lincat AP = Adj ;
|
||||||
lincat CN = {s : Species => Case => Number => Str;
|
lincat CN = {s : Species => Case => Number => Str;
|
||||||
poss1 : Case => Number => Str;
|
poss1 : Case => Number => Str;
|
||||||
poss2 : Case => Number => Str} ;
|
poss2 : Case => Number => Str} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user