forked from GitHub/gf-core
introducing multiple inheritance
This commit is contained in:
7
grammars/multiple/Math.gf
Normal file
7
grammars/multiple/Math.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
abstract Math = {
|
||||
cat
|
||||
Number ;
|
||||
fun
|
||||
MkNumber : Int -> Number ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user