move NumeralX.inc to ParamX since it is used in many places

This commit is contained in:
Krasimir Angelov
2026-03-03 14:34:52 +01:00
parent 8e780d6263
commit 761597ad8c
25 changed files with 13 additions and 115 deletions

View File

@@ -455,12 +455,6 @@ lincat
_ => BIND
} ;
inc : DTail -> DTail = \t -> case t of {
T1 => T2 ;
T2 => T3 ;
T3 => T1
} ;
oper
mk3Dig : Str -> Str -> NumSize -> TDigit = \c,o,size -> mk4Dig c o Pl size ;
@@ -476,4 +470,4 @@ lincat
s : Str ;
size : NumSize
} ;
}
}