mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-29 20:58:55 -06:00
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