diff options
Diffstat (limited to 'gf-book/examples/chapter4/ShoppingEng.gf')
| -rw-r--r-- | gf-book/examples/chapter4/ShoppingEng.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gf-book/examples/chapter4/ShoppingEng.gf b/gf-book/examples/chapter4/ShoppingEng.gf new file mode 100644 index 000000000..9233a00af --- /dev/null +++ b/gf-book/examples/chapter4/ShoppingEng.gf @@ -0,0 +1,4 @@ +--# -path=.:present + +concrete ShoppingEng of Shopping = FoodsEng, ClothesEng ; + |
