mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 19:48:34 -06:00
fixes in Dut infinitive/extraposed word order. Not quite clear yet.
This commit is contained in:
@@ -63,7 +63,10 @@ concrete NounDut of Noun = CatDut ** open ResDut, Prelude in {
|
||||
a = quant.a
|
||||
in {
|
||||
s = \\g => quant.s ! num.isNum ! n ! g ++ num.s ;
|
||||
sp = \\g => quant.sp ! n ! g ++ num.s ;
|
||||
sp = \\g => case num.isNum of {
|
||||
False => quant.sp ! n ! g ++ num.s ;
|
||||
True => quant.s ! True ! n ! g ++ num.s
|
||||
} ;
|
||||
n = n ;
|
||||
a = a
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user