summaryrefslogtreecommitdiff
path: root/examples/lrec-tutorial/face/LexFaceIta.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lrec-tutorial/face/LexFaceIta.gf')
-rw-r--r--examples/lrec-tutorial/face/LexFaceIta.gf6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/lrec-tutorial/face/LexFaceIta.gf b/examples/lrec-tutorial/face/LexFaceIta.gf
new file mode 100644
index 000000000..ce03ef126
--- /dev/null
+++ b/examples/lrec-tutorial/face/LexFaceIta.gf
@@ -0,0 +1,6 @@
+instance LexFaceIta of LexFace = open SyntaxIta, ParadigmsIta in {
+oper
+ like_V2 = mkV2 (mkV (piacere_64 "piacere")) dative ;
+ invitation_N = mkN "invito" ;
+ friend_N = mkN "amico" ;
+}