1
0
forked from GitHub/gf-rgl

debugging arabic

This commit is contained in:
aarne
2008-06-26 21:40:21 +00:00
parent c0fa3cea36
commit e25f1cbea2
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
resource OrthoAra = open Prelude, Predef in {
flags coding=utf8 ;
oper
rectifyHmz: Str -> Str = \word ->

View File

@@ -27,7 +27,7 @@ resource ParadigmsAra = open
Predef,
Prelude,
MorphoAra,
OrthoAra,
OrthoAra,(ResAra=ResAra),
CatAra
in {
@@ -206,6 +206,7 @@ resource ParadigmsAra = open
lock_V = <>
} ;
va : Vowel = ResAra.a ;
v1' : Str -> Vowel -> Vowel -> Verb =
\rootStr,vPerf,vImpf ->