Nui's corrections to Synopsis examples and Phrasebook; a logo for Thai

This commit is contained in:
aarne
2011-12-06 21:36:38 +00:00
parent dcb04d029f
commit 4610c8eb0c
16 changed files with 1757 additions and 51 deletions

View File

@@ -11,8 +11,8 @@ concrete SentenceTha of Sentence = CatTha **
ImpVP vp = {
s = table {
Pos => thbind (vp.s ! Pos) si_s ;
Neg => thbind yaa_s (vp.s ! Pos)
Pos => thbind (vp.s ! Pos) vp.e si_s ;
Neg => thbind yaa_s (vp.s ! Pos) vp.e
}
} ;