summaryrefslogtreecommitdiff
path: root/examples/lrec-tutorial/LexFaceIta.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lrec-tutorial/LexFaceIta.gf')
-rw-r--r--examples/lrec-tutorial/LexFaceIta.gf9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/lrec-tutorial/LexFaceIta.gf b/examples/lrec-tutorial/LexFaceIta.gf
deleted file mode 100644
index cf1523440..000000000
--- a/examples/lrec-tutorial/LexFaceIta.gf
+++ /dev/null
@@ -1,9 +0,0 @@
-instance LexFaceIta of LexFace = open SyntaxIta, ParadigmsIta, LexiconIta in {
-
-oper
- like_V2 = mkV2 "amare" ;
- invitation_N = mkN "invitazione" feminine ;
- friend_N = mkN "amico" ;
- have_V2 = LexiconIta.have_V2 ;
-
-}