1
0
forked from GitHub/gf-rgl

(Pes) Small cleanup and typofix

This commit is contained in:
Inari Listenmaa
2019-04-25 11:19:25 +02:00
parent 8c4c9bcf32
commit 0d5cd13aea
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ concrete CatPes of Cat = CommonX ** open ResPes, Prelude in {
-----b Conj = {s : Str ; n : Number} ;
-----b DConj = {s1,s2 : Str ; n : Number} ;
Subj = {s : Str ; compl : VVForm} ; -- subjunctive or indicative
VS = ResPes.Verb ** {compl : VVForm} ; -- subjunctive or indicative
VS = ResPes.Verb ** {compl : VVForm} ; -- subjunctive or indicative
Prep = Compl ;
---- Open lexical classes, e.g. Lexicon
V, VQ = ResPes.Verb ;