imports in SymbolHindustani

This commit is contained in:
aarne
2010-11-26 16:33:33 +00:00
parent 1867e6bd88
commit bb593d6143
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
concrete SymbolPnb of Symbol = CatPnb ** open Prelude, ResPnb in {
flags coding = utf8;
{-
lin
-- SymbPN i = {s = \\_ => i.s ; g = Masc} ;
SymbPN i = {s = addGenitiveS i.s ; g = Masc} ;
@@ -42,6 +42,6 @@ oper
-- not mauch we can do about that.
addGenitiveS : Str -> Case => Str = \s ->
table {_ => s ++ "دا" } ;
-}
}