mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
ChunkBul.SSlash_Chunk: fixed type error, now the same as linref SSlash
This commit is contained in:
@@ -45,7 +45,7 @@ lin perfect_Chunk = {s = "*"} ;
|
|||||||
lin perfect_neg_Chunk = {s = "не" ++ "*"} ;
|
lin perfect_neg_Chunk = {s = "не" ++ "*"} ;
|
||||||
lin past_perfect_Chunk = {s = "*"} ;
|
lin past_perfect_Chunk = {s = "*"} ;
|
||||||
lin past_perfect_neg_Chunk = {s = "не" ++ "*"} ;
|
lin past_perfect_neg_Chunk = {s = "не" ++ "*"} ;
|
||||||
lin SSlash_Chunk s = mkUtt <lin S s : S> ;
|
lin SSlash_Chunk s = mkUtt <lin S {s = s.s ! agrP3 (GSg Masc) ++ s.c2.s} : S> ;
|
||||||
|
|
||||||
oper
|
oper
|
||||||
allAForm
|
allAForm
|
||||||
|
|||||||
Reference in New Issue
Block a user