1
0
forked from GitHub/gf-rgl

added Sub1000000000 and Sub1000000000000

This commit is contained in:
Krasimir Angelov
2025-10-25 11:15:21 +02:00
parent 8e63f9b32d
commit c604bd3b77

View File

@@ -29,6 +29,8 @@ lincat Sub10 = LinDigit ;
lincat Sub100 = {s : Str ; n : Number } ;
lincat Sub1000 = {s : Str ; n : Number ; isHundred : Bool } ;
lincat Sub1000000 = {s : Str ; n : Number } ;
lincat Sub1000000000 = {s : Str ; n : Number } ;
lincat Sub1000000000000 = {s : Str ; n : Number } ;
----------------------------------------------------------------------------