mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
introducing multiple inheritance
This commit is contained in:
4
grammars/multiple/SystemMath.gf
Normal file
4
grammars/multiple/SystemMath.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
abstract SystemMath = System, Math ** {
|
||||
fun
|
||||
RSum : Number -> Number -> Int -> Reply ;
|
||||
} ;
|
||||
Reference in New Issue
Block a user