forked from GitHub/gf-core
Added treatment of transfer modules. Aggregation is an example.
This commit is contained in:
5
grammars/aggregation/Aggregation.gf
Normal file
5
grammars/aggregation/Aggregation.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
transfer Aggregation : Abstract -> Abstract = {
|
||||
|
||||
transfer S : S -> S = aggreg ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user