forked from GitHub/gf-core
add API modules for Polish
This commit is contained in:
12
lib/src/api/TryPol.gf
Normal file
12
lib/src/api/TryPol.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource TryPol = SyntaxPol, LexiconPol, ParadigmsPol - [mkAdv] **
|
||||
open (P = ParadigmsPol) in {
|
||||
|
||||
oper
|
||||
|
||||
mkAdv = overload SyntaxPol {
|
||||
mkAdv : Str -> Adv = P.mkAdv ;
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user