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/SystemCity.gf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 grammars/multiple/SystemCity.gf (limited to 'grammars/multiple/SystemCity.gf') diff --git a/grammars/multiple/SystemCity.gf b/grammars/multiple/SystemCity.gf new file mode 100644 index 000000000..08196f73d --- /dev/null +++ b/grammars/multiple/SystemCity.gf @@ -0,0 +1,4 @@ +abstract SystemCity = System, City ** { + fun + RDistance : City -> City -> Int -> Reply ; +} ; \ No newline at end of file -- cgit v1.2.3