mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-28 04:08:55 -06:00
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 = {
|
PossPron p = {
|
||||||
s = p.gen ;
|
s = p.gen
|
||||||
spec = Indef
|
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
NumSg = {s = \\_ => []; n = Sg; nonEmpty = False} ;
|
NumSg = {s = \\_ => []; n = Sg; nonEmpty = False} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user