mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
Merge branch 'master' of https://github.com/Nasrin63/gf-rgl into persian-nasrin
This commit is contained in:
@@ -197,8 +197,8 @@ oper
|
||||
|
||||
|
||||
-- Personal Pronouns
|
||||
personalPN : Str -> Number -> Person -> Pron -- Hidden from public API, confusing naming. /IL
|
||||
= \str,nn,p -> lin Pron {s = str ; a = Ag nn p ; ps = str};
|
||||
personalPron : (nom:Str) -> (poss:Str) -> Number -> Person -> Pron -- Hidden from public API, confusing naming. /IL
|
||||
= \nom,poss,nn,p -> lin Pron {s = nom ; a = Ag nn p ; ps = poss};
|
||||
{-
|
||||
-- Demonstrative Pronouns
|
||||
demoPN : Str -> Str -> Str -> Quant =
|
||||
|
||||
Reference in New Issue
Block a user