added Lav in compilation; commented out extensions of Words that are only available for a fraction of languages; fixed a couple of type errors in WordsLav, to be checked

This commit is contained in:
aarne
2012-08-28 11:29:54 +00:00
parent ffedf0a165
commit c9e497179b
3 changed files with 9 additions and 6 deletions

View File

@@ -199,6 +199,7 @@ abstract Words = Sentences ** {
--------------------------------------------------
-- New 30/11/2011 AR
--------------------------------------------------
{- 28/8/2012 still only available in Bul Eng Fin Swe Tha
fun
Thai : Nationality ;
@@ -242,5 +243,6 @@ abstract Words = Sentences ** {
ACook : Person -> Action ;
AStudent : Person -> Action ;
ABusinessman : Person -> Action ;
-}
}