mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
added linrefs for verbs
This commit is contained in:
@@ -83,4 +83,9 @@ concrete CatIna of Cat = CommonX ** open ResIna, Prelude in {
|
|||||||
GN = {s : Str ; g : Sex} ;
|
GN = {s : Str ; g : Sex} ;
|
||||||
SN = {s : Sex => Str ; pl : Str} ;
|
SN = {s : Sex => Str ; pl : Str} ;
|
||||||
|
|
||||||
|
linref
|
||||||
|
V, VS, VQ, VA, VV = \v -> v.s ! VInf ++ case v.isRefl of {True => "se"; False => []} ;
|
||||||
|
V2, V2V, V2S, V2Q = \v -> v.s ! VInf ++ case v.isRefl of {True => "se"; False => []} ++ v.p2 ;
|
||||||
|
V3, V2A = \v -> v.s ! VInf ++ case v.isRefl of {True => "se"; False => []} ++ v.p2 ++ v.p3 ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user