1
0
forked from GitHub/gf-rgl

remove the spec field in PossPron it is redundant

This commit is contained in:
krasimir
2008-06-14 07:00:53 +00:00
parent df9bf3c844
commit 2874f5c096

View File

@@ -114,8 +114,7 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in {
} ;
PossPron p = {
s = p.gen ;
spec = Indef
s = p.gen
} ;
NumSg = {s = \\_ => []; n = Sg; nonEmpty = False} ;