mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
fix the compilation of ExtraBul.gf
This commit is contained in:
@@ -5,17 +5,20 @@ concrete ExtraBul of ExtraBulAbs = CatBul **
|
|||||||
|
|
||||||
lin
|
lin
|
||||||
PossIndefPron p = {
|
PossIndefPron p = {
|
||||||
s = \\aform => p.gen ! (indefAForm ! aform) ;
|
s = \\_,aform => p.gen ! (indefAForm ! aform) ;
|
||||||
|
nonEmpty = True;
|
||||||
spec = Indef
|
spec = Indef
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
ReflQuant = {
|
ReflQuant = {
|
||||||
s = \\aform => reflPron ! aform ;
|
s = \\_,aform => reflPron ! aform ;
|
||||||
|
nonEmpty = True;
|
||||||
spec = Indef
|
spec = Indef
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
ReflIndefQuant = {
|
ReflIndefQuant = {
|
||||||
s = \\aform => reflPron ! (indefAForm ! aform) ;
|
s = \\_,aform => reflPron ! (indefAForm ! aform) ;
|
||||||
|
nonEmpty = True;
|
||||||
spec = Indef
|
spec = Indef
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user