1
0
forked from GitHub/gf-core

fix the syntax for some modules in lib/resource/api

This commit is contained in:
krasimir
2009-04-30 07:29:37 +00:00
parent 26ab90c652
commit 3fa25b165f
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
--# -path=.:alltenses:prelude
resource TryBul = SyntaxBul, LexiconBul, ParadigmsBul - [mkAdv] **
open (P = ParadigmsBul), in {
open (P = ParadigmsBul) in {
oper

View File

@@ -1,7 +1,7 @@
--# -path=.:alltenses:prelude
resource TryCat = SyntaxCat, LexiconCat, ParadigmsCat - [mkAdv] **
open (P = ParadigmsCat), in {
open (P = ParadigmsCat) in {
oper

View File

@@ -1,7 +1,7 @@
--# -path=.:alltenses:prelude
resource TryEng = SyntaxEng, LexiconEng, ParadigmsEng - [mkAdv] **
open (P = ParadigmsEng), in {
open (P = ParadigmsEng) in {
oper

View File

@@ -1,7 +1,7 @@
--# -path=.:alltenses:prelude
resource TrySwe = SyntaxSwe, LexiconSwe, ParadigmsSwe - [mkAdv] **
open (P = ParadigmsSwe), in {
open (P = ParadigmsSwe) in {
oper