Files
gf-core/grammars/aggregation/Aggregation.gf

6 lines
85 B
Plaintext

transfer Aggregation : Abstract -> Abstract = {
transfer S : S -> S = aggreg ;
}