mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
add soft spaces between groups of digits
This commit is contained in:
@@ -196,7 +196,7 @@ lin pot5decimal d = {
|
|||||||
|
|
||||||
oper
|
oper
|
||||||
spaceIf : DTail -> Str = \t -> case t of {
|
spaceIf : DTail -> Str = \t -> case t of {
|
||||||
T3 => SOFT_BIND ;
|
T3 => SOFT_SPACE ;
|
||||||
_ => BIND
|
_ => BIND
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user