forked from GitHub/gf-rgl
verb negation and auxiliary fixes in Tha
This commit is contained in:
@@ -14,8 +14,8 @@ concrete IdiomTha of Idiom = CatTha ** open Prelude, ResTha in {
|
||||
|
||||
ExistNP np = {
|
||||
s = \\q,p => thbind (case p of {
|
||||
Pos => thbind pen_s np.s ;
|
||||
Neg => thbind may_s chay_s np.s
|
||||
Pos => thbind mii_s np.s ;
|
||||
Neg => thbind may_s mii_s np.s
|
||||
}) (case q of {ClQuest => m'ay_s ; _ => []})
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user