(Eng) Undo the change in FunRP from #381

This commit is contained in:
Inari Listenmaa
2022-01-19 14:51:49 +08:00
parent eb7b74578f
commit 5a5adef0db
4 changed files with 6 additions and 21 deletions
-2
View File
@@ -89,8 +89,6 @@ concrete CatEng of Cat = CommonX - [Pol,CAdv] ** open ResEng, Prelude in {
Prep = {
s : Str ; -- "with", "ago"
isPre : Bool ; -- whether it's pre- or postposition: "with"=True, "ago"=False
isPoss : Bool ; -- whether it becomes "whose" in FunRP: "John, whose mother is wise"
empty : Str ; -- dummy empty string to avoid issues with parsing, if s field is replaced by "whose" in FunRP
} ;
CAdv = {s : Polarity => Str; p : Str} ;