mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
added linrefs for A and A2
This commit is contained in:
@@ -122,5 +122,10 @@ concrete CatPol of Cat = CommonX - [CAdv] ** open ResPol, Prelude, (R = ParamX)
|
|||||||
PN = NounPhrase;
|
PN = NounPhrase;
|
||||||
|
|
||||||
CAdv = {s,p,sn,pn : Str} ;
|
CAdv = {s,p,sn,pn : Str} ;
|
||||||
|
|
||||||
|
linref
|
||||||
|
A = \a -> a.pos.s1 ;
|
||||||
|
A2 = \a -> a.pos.s1 ++ a.c.s ;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user