add do you teach the cat in Malay

This commit is contained in:
Meowyam
2021-11-17 11:58:42 +08:00
parent b086b774bf
commit 3770caad33
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 ;