Skip to content

Commit 35a6501

Browse files
committed
fix UseN and PositA
1 parent 5146748 commit 35a6501

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

src/belarusian/AdjectiveBel.gf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
concrete AdjectiveBel of Adjective = CatBel ** {
2-
--lin
3-
-- PositA a = a ;
2+
lin
3+
PositA a = a ;
44
}

src/belarusian/NounBel.gf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
concrete NounBel of Noun = CatBel ** {
2-
--lin
3-
-- UseN n = n ;
2+
lin
3+
UseN n = n ;
44
}

src/belarusian/ResBel.gf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ oper mkA : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> A =
157157
oper Compl = {s : Str; c : Case} ;
158158
oper noPrep : Compl = {s=""; c=Acc} ;
159159

160-
oper CommonNoun = {s : Str} ;
161-
oper AdjPhrase = {s : Str} ;
160+
oper CommonNoun = Noun ;
161+
oper AdjPhrase = A ;
162162

163163
}

src/ukrainian/AdjectiveUkr.gf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
concrete AdjectiveUkr of Adjective = CatUkr ** {
2-
--lin
3-
-- PositA a = a ;
2+
lin
3+
PositA a = a ;
44
}

src/ukrainian/NounUkr.gf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
concrete NounUkr of Noun = CatUkr ** {
2-
--lin
3-
-- UseN n = n ;
2+
lin
3+
UseN n = n ;
44
}

src/ukrainian/ResUkr.gf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ oper mkA : (_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_,_ : Str) -> A =
160160
oper Compl = {s : Str; c : Case} ;
161161
oper noPrep : Compl = {s=""; c=Acc} ;
162162

163-
oper CommonNoun = {s : Str} ;
164-
oper AdjPhrase = {s : Str} ;
163+
oper CommonNoun = N ;
164+
oper AdjPhrase = A ;
165165

166166
}

0 commit comments

Comments
 (0)