diff options
Diffstat (limited to 'examples/lrec-tutorial/face/LexFaceFin.gf')
| -rw-r--r-- | examples/lrec-tutorial/face/LexFaceFin.gf | 7 |
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ä" ; +} |
