forked from GitHub/gf-core
refactored Thai so that it can now be compiled producing BIND tokens instead of spaces, by just changing the definition of ResTha.bIND. This is not to be exploited yet, because it produces consecutive BIND tokens, which are not supported at runtime.
This commit is contained in:
@@ -30,7 +30,7 @@ concrete QuestionTha of Question = CatTha **
|
||||
IdetIP idet = mkNP (thbind idet.s1 idet.s2) ;
|
||||
|
||||
IdetQuant iquant num = {
|
||||
s1 = num.s ++ iquant.s1 ; --- is num even possible ??
|
||||
s1 = num.s ++bIND++ iquant.s1 ; --- is num even possible ??
|
||||
s2 = iquant.s2 ;
|
||||
hasC = iquant.hasC
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user