mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 18:58:56 -06:00
introducing multiple inheritance
This commit is contained in:
7
grammars/multiple/Top.gf
Normal file
7
grammars/multiple/Top.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
abstract Top = User, System ** {
|
||||
cat
|
||||
Move ;
|
||||
fun
|
||||
MUser : Query -> Move ;
|
||||
MSystem : Reply -> Move ;
|
||||
}
|
||||
Reference in New Issue
Block a user