From afbab92605017007ce6fed3922bc4956c2edbfbe Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 4 Oct 2007 13:43:29 +0000 Subject: resource application example in tutorial/syntax --- examples/tutorial/syntax/FoodsIta.gf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/tutorial/syntax/FoodsIta.gf (limited to 'examples/tutorial/syntax/FoodsIta.gf') diff --git a/examples/tutorial/syntax/FoodsIta.gf b/examples/tutorial/syntax/FoodsIta.gf new file mode 100644 index 000000000..57beab918 --- /dev/null +++ b/examples/tutorial/syntax/FoodsIta.gf @@ -0,0 +1,5 @@ +--# -path=.:../foods:prelude + +concrete FoodsIta of Foods = FoodsI with + (Syntax = SyntaxIta), + (Test = TestIta) ; -- cgit v1.2.3