forked from GitHub/gf-core
remove the spec field in PossPron it is redundant
This commit is contained in:
@@ -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} ;
|
||||
|
||||
Reference in New Issue
Block a user