summaryrefslogtreecommitdiff
path: root/grammars/aggregation/Aggregation.gf
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/aggregation/Aggregation.gf')
-rw-r--r--grammars/aggregation/Aggregation.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/grammars/aggregation/Aggregation.gf b/grammars/aggregation/Aggregation.gf
new file mode 100644
index 000000000..116629422
--- /dev/null
+++ b/grammars/aggregation/Aggregation.gf
@@ -0,0 +1,5 @@
+transfer Aggregation : Abstract -> Abstract = {
+
+ transfer S : S -> S = aggreg ;
+
+}