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