(Por) WIP: remove compilation warnings

This commit is contained in:
odanoburu
2019-01-07 09:55:38 -02:00
parent 579bdfcca5
commit 560f9b22c2
2 changed files with 11 additions and 9 deletions
+4 -4
View File
@@ -27,7 +27,7 @@ oper
heading : N -> Str = \n -> (nounHeading n).s ;
lin
InflectionN, InflectionN3, InflectionN3 = \noun -> {
InflectionN, InflectionN2, InflectionN3 = \noun -> {
t = "n" ;
s1 = heading1 (heading noun_Category ++
case noun.g of {
@@ -111,8 +111,8 @@ lin
InflectionVV v = {
t = "v" ;
s1 = heading1 (heading verb_Category) ++
paragraph (verbExample (S.mkCl S.she_NP v (S.mkVP (L.sleep_V)))) ;
s2 = inflVerb v
paragraph (verbExample (S.mkCl S.she_NP (lin VV v) (S.mkVP L.sleep_V))) ;
s2 = inflVerb (lin VV v)
} ;
InflectionVS v = {
@@ -223,4 +223,4 @@ oper
{- --# notpresent
-}
}
} ;