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/FoodsEng.gf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 examples/tutorial/syntax/FoodsEng.gf (limited to 'examples/tutorial/syntax/FoodsEng.gf') diff --git a/examples/tutorial/syntax/FoodsEng.gf b/examples/tutorial/syntax/FoodsEng.gf new file mode 100644 index 000000000..fb8c44610 --- /dev/null +++ b/examples/tutorial/syntax/FoodsEng.gf @@ -0,0 +1,5 @@ +--# -path=.:../foods:prelude + +concrete FoodsEng of Foods = FoodsI with + (Syntax = SyntaxEng), + (Test = TestEng) ; -- cgit v1.2.3