forked from GitHub/gf-rgl
field adv in AP is not used. Removing it simplifies the code.
This commit is contained in:
@@ -40,7 +40,7 @@ concrete CatBul of Cat = CommonX - [IAdv,AdV,SC] ** open ResBul, Prelude, Predef
|
||||
|
||||
-- Adjective
|
||||
|
||||
AP = {s : AForm => Person => Str; adv : Str; isPre : Bool} ;
|
||||
AP = {s : AForm => Person => Str; isPre : Bool} ;
|
||||
|
||||
-- Adverb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user