forked from GitHub/gf-core
introducing multiple inheritance
This commit is contained in:
4
grammars/multiple/System.gf
Normal file
4
grammars/multiple/System.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
abstract System = {
|
||||
cat Reply ;
|
||||
fun Bye : Reply ;
|
||||
}
|
||||
Reference in New Issue
Block a user