From 2b21e7fae764f454200183fdcd7efbed3c647012 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 24 Apr 2010 11:34:04 +0000 Subject: lrec tutorial examples --- examples/lrec-tutorial/face/FaceIta.gf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/lrec-tutorial/face/FaceIta.gf (limited to 'examples/lrec-tutorial/face/FaceIta.gf') diff --git a/examples/lrec-tutorial/face/FaceIta.gf b/examples/lrec-tutorial/face/FaceIta.gf new file mode 100644 index 000000000..7e512ce6d --- /dev/null +++ b/examples/lrec-tutorial/face/FaceIta.gf @@ -0,0 +1,8 @@ +--# -path=.:present + +concrete FaceIta of Face = FaceI - [Like] with + (Syntax = SyntaxIta), + (LexFace = LexFaceIta) ** open SyntaxIta in { +lin Like p o = + mkCl (mkNP this_Quant o) like_V2 p ; +} -- cgit v1.2.3