version 0.2 of phrasebook

This commit is contained in:
aarne
2010-03-28 20:13:46 +00:00
parent 93daaabf3d
commit 55f8a80df7
7 changed files with 138 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
instance DiffPhrasebookIta of DiffPhrasebook = open
SyntaxIta,
BeschIta,
ParadigmsIta
in {
oper
want_V2 = mkV2 (mkV (volere_96 "volere")) ;
like_V2 = mkV2 (mkV "amare") ; ----
cost_V2 = mkV2 (mkV "costare") ;
cost_V = mkV "costare" ;
}