1
0
forked from GitHub/gf-rgl

(May) WIP: Possessive and object pronouns

This commit is contained in:
Inari Listenmaa
2020-08-19 22:02:02 +02:00
parent 20483a23b1
commit 014c3569eb
10 changed files with 164 additions and 67 deletions
+2 -2
View File
@@ -93,8 +93,8 @@ oper
mkN2 = overload {
mkN2 : Str -> N2 = \s -> lin N2 (mkNoun s) ;
mkN2 : N -> N2 = \n -> lin N2 n ;
mkN2 : Str -> N2 = \s -> lin N2 (mkNoun s ** {c2 = emptyPrep}) ;
mkN2 : N -> N2 = \n -> lin N2 (n ** {c2 = emptyPrep}) ;
} ;
-- mkPN = overload {