1
0
forked from GitHub/gf-core

add definite forms for IAdv,IDet,IP, etc

This commit is contained in:
krasimir
2008-06-15 11:23:36 +00:00
parent 06b527283e
commit 1ab4f13416
7 changed files with 39 additions and 37 deletions

View File

@@ -178,5 +178,5 @@ oper
--
mkIAdv : Str -> IAdv ;
mkIAdv s = {s1 = s; s2 = s + "ňî"; lock_IAdv = <>} ;
mkIAdv s = {s = table {Indef=>s;Def=>s+"ňî"}; lock_IAdv = <>} ;
}