summaryrefslogtreecommitdiff
path: root/examples/lrec-tutorial/face/LexFaceFin.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lrec-tutorial/face/LexFaceFin.gf')
-rw-r--r--examples/lrec-tutorial/face/LexFaceFin.gf7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/lrec-tutorial/face/LexFaceFin.gf b/examples/lrec-tutorial/face/LexFaceFin.gf
deleted file mode 100644
index f43dbb022..000000000
--- a/examples/lrec-tutorial/face/LexFaceFin.gf
+++ /dev/null
@@ -1,7 +0,0 @@
-instance LexFaceFin of LexFace = open SyntaxFin, ParadigmsFin in {
-
-oper
- like_V2 = mkV2 (mkV "pitää") elative ;
- invitation_N = mkN "kutsu" ;
- friend_N = mkN "ystävä" ;
-}