mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
introducing multiple inheritance
This commit is contained in:
5
grammars/multiple/MathEng.gf
Normal file
5
grammars/multiple/MathEng.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
concrete MathEng of Math = open Prelude in {
|
||||
lin
|
||||
MkNumber i = i ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user