mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
move NumeralX.inc to ParamX since it is used in many places
This commit is contained in:
@@ -224,10 +224,4 @@ flags coding = utf8 ;
|
||||
T3 => "," ;
|
||||
_ => []
|
||||
} ;
|
||||
|
||||
inc : DTail -> DTail = \t -> case t of {
|
||||
T1 => T2 ;
|
||||
T2 => T3 ;
|
||||
T3 => T1
|
||||
} ;
|
||||
}
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
resource ResJpn = open Prelude in {
|
||||
resource ResJpn = ParamX [Number,Sg,Pl,DTail,T1,T2,T3,inc] ** open Prelude in {
|
||||
|
||||
flags coding = utf8 ;
|
||||
|
||||
param
|
||||
Number = Sg | Pl ;
|
||||
Style = Plain | Resp ;
|
||||
Animateness = Anim | Inanim ;
|
||||
Mood = Ind | Con ;
|
||||
@@ -15,7 +14,6 @@ param
|
||||
Particle = Wa | Ga ;
|
||||
Anteriority = Simul | Anter ;
|
||||
NumeralType = EndZero | EndNotZero | SingleDigit ;
|
||||
DTail = T1 | T2 | T3 ;
|
||||
ConjType = And | Or | Both | IfConj ;
|
||||
SubjType = That | If | OtherSubj ;
|
||||
VocType = VocPres | Please | VocAbs ;
|
||||
|
||||
Reference in New Issue
Block a user