summaryrefslogtreecommitdiff
path: root/examples/phrasebook/DiffPhrasebookIta.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/DiffPhrasebookIta.gf')
-rw-r--r--examples/phrasebook/DiffPhrasebookIta.gf14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/phrasebook/DiffPhrasebookIta.gf b/examples/phrasebook/DiffPhrasebookIta.gf
new file mode 100644
index 000000000..f1d608fde
--- /dev/null
+++ b/examples/phrasebook/DiffPhrasebookIta.gf
@@ -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" ;
+
+}