forked from GitHub/gf-core
possible to inherit an overload group without excluding+opening
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
--# -path=.:alltenses-1.4:prelude
|
||||
|
||||
resource TryEng = SyntaxEng - [mkAdv], LexiconEng, ParadigmsEng - [mkAdv] **
|
||||
open (P = ParadigmsEng), (S = SyntaxEng) in {
|
||||
resource TryEng = SyntaxEng, LexiconEng, ParadigmsEng - [mkAdv] **
|
||||
open (P = ParadigmsEng), in {
|
||||
|
||||
oper
|
||||
|
||||
mkAdv = overload SyntaxEng {
|
||||
mkAdv : Str -> Adv = P.mkAdv ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user