From a25ee154e760a424ef4aef46a6e3d6fdf1079cf1 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 15 Sep 2004 14:36:27 +0000 Subject: introducing multiple inheritance --- grammars/multiple/CityEng.gf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 grammars/multiple/CityEng.gf (limited to 'grammars/multiple/CityEng.gf') diff --git a/grammars/multiple/CityEng.gf b/grammars/multiple/CityEng.gf new file mode 100644 index 000000000..8c67ab675 --- /dev/null +++ b/grammars/multiple/CityEng.gf @@ -0,0 +1,5 @@ +concrete CityEng of City = open Prelude in { + lin + MkCity s = s ; +} ; + -- cgit v1.2.3