forked from GitHub/gf-core
fix the syntax convention in DetArtOrd
This commit is contained in:
@@ -90,7 +90,7 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
|
|||||||
spec=Indef
|
spec=Indef
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
DetArtOrd = \art, num, ord -> {
|
DetArtOrd art num ord = {
|
||||||
s = \\g,c => art.s ++
|
s = \\g,c => art.s ++
|
||||||
num.s ! dgenderSpecies g art.spec c ++
|
num.s ! dgenderSpecies g art.spec c ++
|
||||||
ord.s ! aform (gennum g num.n) (case num.nonEmpty of {False => art.spec; _ => Indef}) c ;
|
ord.s ! aform (gennum g num.n) (case num.nonEmpty of {False => art.spec; _ => Indef}) c ;
|
||||||
|
|||||||
Reference in New Issue
Block a user