mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
Some refactorings
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
concrete TenseRus of Tense = CatRus, TenseX - [PNeg,PPos]
|
||||
** open ResRus, (P=ParamRus), Prelude in {
|
||||
concrete TenseRus of Tense = TenseX - [PNeg,PPos] ** open (R = ParamX) in {
|
||||
flags coding=utf8 ; optimize=all ;
|
||||
lin
|
||||
PNeg = {
|
||||
s = "не" ;
|
||||
p = Neg
|
||||
p = R.Neg
|
||||
} ;
|
||||
PPos = {
|
||||
s = [] ;
|
||||
p = Pos
|
||||
p = R.Pos
|
||||
} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user