resource application example in tutorial/syntax

This commit is contained in:
aarne
2007-10-04 13:43:29 +00:00
parent 61dfd0326c
commit afbab92605
4 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
--# -path=.:../foods:prelude
concrete FoodsEng of Foods = FoodsI with
(Syntax = SyntaxEng),
(Test = TestEng) ;