mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
introducing multiple inheritance
This commit is contained in:
4
grammars/multiple/SystemCity.gf
Normal file
4
grammars/multiple/SystemCity.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
abstract SystemCity = System, City ** {
|
||||
fun
|
||||
RDistance : City -> City -> Int -> Reply ;
|
||||
} ;
|
||||
Reference in New Issue
Block a user