1
0
forked from GitHub/gf-rgl

(Ara) Add GenNP

This commit is contained in:
Inari Listenmaa
2018-09-21 09:10:27 +02:00
parent 341b96da9c
commit eb7e4335b5

View File

@@ -15,6 +15,6 @@ concrete ExtendAra of Extend =
in {
lin
GenNP np = { s = \\_,_,_ => np.s ; d = Const ; isNum, isPron = False } ;
GenNP np = { s = \\_,_,_,_ => np.s ! Gen ; d = Const ; isNum, isPron = False } ;
} ;