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/SystemMath.gf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 grammars/multiple/SystemMath.gf (limited to 'grammars/multiple/SystemMath.gf') diff --git a/grammars/multiple/SystemMath.gf b/grammars/multiple/SystemMath.gf new file mode 100644 index 000000000..7e2173111 --- /dev/null +++ b/grammars/multiple/SystemMath.gf @@ -0,0 +1,4 @@ +abstract SystemMath = System, Math ** { + fun + RSum : Number -> Number -> Int -> Reply ; +} ; -- cgit v1.2.3