1
0
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:
bringert
2005-03-08 14:31:22 +00:00
parent 8a61dc4720
commit ef99677379

View File

@@ -1,6 +1,7 @@
concrete NumeralsSwe of Numerals = open MorphoSwe, Prelude in {
lincat
Numeral = { s : Str } ;
Digit = {s : DForm => Str} ;
Sub10 = {s : DForm => Str} ;