forked from GitHub/gf-rgl
Finished UTF8 identifier conversion. Will probably redo it at string level, i.e. after pretty-printing instead
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
concrete NumeralsSwe of Numerals = open MorphoSwe, Prelude in {
|
concrete NumeralsSwe of Numerals = open MorphoSwe, Prelude in {
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
|
Numeral = { s : Str } ;
|
||||||
Digit = {s : DForm => Str} ;
|
Digit = {s : DForm => Str} ;
|
||||||
Sub10 = {s : DForm => Str} ;
|
Sub10 = {s : DForm => Str} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user