forked from GitHub/gf-core
introducing multiple inheritance
This commit is contained in:
5
grammars/multiple/CityEng.gf
Normal file
5
grammars/multiple/CityEng.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
concrete CityEng of City = open Prelude in {
|
||||
lin
|
||||
MkCity s = s ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user