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 d460319528
commit c8763a80e2
7 changed files with 195 additions and 59 deletions

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} ;