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:
5
grammars/multiple/UserMath.gf
Normal file
5
grammars/multiple/UserMath.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
abstract UserMath = User, Math ** {
|
||||
fun
|
||||
QSum : Number -> Number -> Query ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user