1
0
forked from GitHub/gf-core

ExtFoods for book

This commit is contained in:
aarne
2007-09-06 11:34:53 +00:00
parent eb173e4529
commit cd9dac84c2
13 changed files with 150 additions and 5 deletions

View File

@@ -10,4 +10,11 @@ instance LexFoodsFin of LexFoods = open SyntaxFin, ParadigmsFin in {
expensive_A = mkA "kallis" ;
delicious_A = mkA "herkullinen" ;
boring_A = mkA "tylsä" ;
eat_V2 = mkV2 (mkV "syödä") partitive ;
drink_V2 = mkV2 (mkV "juoda") partitive ;
pay_V2 = mkV2 (mkV "maksaa") ;
lady_N = mkN "rouva" ;
gentleman_N = mkN "herra" ;
}