1
0
forked from GitHub/gf-rgl

add do you teach the cat in Malay

This commit is contained in:
Meowyam
2021-11-17 11:58:42 +08:00
committed by Inari Listenmaa
parent ba694f03e8
commit c4f7875d6a
2 changed files with 25 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ lin
-- : Temp -> Pol -> QCl -> QS ;
UseQCl t p cl = {
s = cl.subj ++ t.s ++ p.s ++ cl.pred ! Active ! p.p ;
s = t.s ++ p.s ++ cl.subj ++ cl.pred ! Active ! p.p ;
} ;
-- : Temp -> Pol -> RCl -> RS ;