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, 7 insertions, 0 deletions
diff --git a/examples/lrec-tutorial/face/LexFaceFin.gf b/examples/lrec-tutorial/face/LexFaceFin.gf
new file mode 100644
index 000000000..f43dbb022
--- /dev/null
+++ b/examples/lrec-tutorial/face/LexFaceFin.gf
@@ -0,0 +1,7 @@
+instance LexFaceFin of LexFace = open SyntaxFin, ParadigmsFin in {
+
+oper
+ like_V2 = mkV2 (mkV "pitää") elative ;
+ invitation_N = mkN "kutsu" ;
+ friend_N = mkN "ystävä" ;
+}