mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
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