mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 09:49:33 -06:00
making TryPol compile
This commit is contained in:
5
lib/src/api/SymbolicPol.gf
Normal file
5
lib/src/api/SymbolicPol.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present
|
||||
|
||||
resource SymbolicPol = Symbolic with
|
||||
(Symbol = SymbolPol),
|
||||
(Grammar = GrammarPol) ;
|
||||
@@ -3,10 +3,10 @@
|
||||
resource TryPol = SyntaxPol, LexiconPol, ParadigmsPol - [mkAdv] **
|
||||
open (P = ParadigmsPol) in {
|
||||
|
||||
oper
|
||||
--oper
|
||||
|
||||
mkAdv = overload SyntaxPol {
|
||||
mkAdv : Str -> Adv = P.mkAdv ;
|
||||
} ;
|
||||
-- mkAdv = overload SyntaxPol {
|
||||
-- mkAdv : Str -> Adv = P.mkAdv ;
|
||||
-- } ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user