mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-29 12:48:54 -06:00
introducing multiple inheritance
This commit is contained in:
6
grammars/multiple/TopEng.gf
Normal file
6
grammars/multiple/TopEng.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
concrete TopEng of Top = UserEng, SystemEng ** open Prelude in {
|
||||
lin
|
||||
MUser q = q ;
|
||||
MSystem r = r ;
|
||||
}
|
||||
Reference in New Issue
Block a user