mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-06 13:48:57 -06:00
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