diff --git a/resource/api/TryBul.gf b/resource/api/TryBul.gf index 9becc455..5b58da93 100644 --- a/resource/api/TryBul.gf +++ b/resource/api/TryBul.gf @@ -1,7 +1,7 @@ --# -path=.:alltenses:prelude resource TryBul = SyntaxBul, LexiconBul, ParadigmsBul - [mkAdv] ** - open (P = ParadigmsBul), in { + open (P = ParadigmsBul) in { oper diff --git a/resource/api/TryCat.gf b/resource/api/TryCat.gf index c1a9acfb..872a8539 100644 --- a/resource/api/TryCat.gf +++ b/resource/api/TryCat.gf @@ -1,7 +1,7 @@ --# -path=.:alltenses:prelude resource TryCat = SyntaxCat, LexiconCat, ParadigmsCat - [mkAdv] ** - open (P = ParadigmsCat), in { + open (P = ParadigmsCat) in { oper diff --git a/resource/api/TryEng.gf b/resource/api/TryEng.gf index e5be9b58..6975e4af 100644 --- a/resource/api/TryEng.gf +++ b/resource/api/TryEng.gf @@ -1,7 +1,7 @@ --# -path=.:alltenses:prelude resource TryEng = SyntaxEng, LexiconEng, ParadigmsEng - [mkAdv] ** - open (P = ParadigmsEng), in { + open (P = ParadigmsEng) in { oper diff --git a/resource/api/TrySwe.gf b/resource/api/TrySwe.gf index 1d5612fd..aac2c9e4 100644 --- a/resource/api/TrySwe.gf +++ b/resource/api/TrySwe.gf @@ -1,7 +1,7 @@ --# -path=.:alltenses:prelude resource TrySwe = SyntaxSwe, LexiconSwe, ParadigmsSwe - [mkAdv] ** - open (P = ParadigmsSwe), in { + open (P = ParadigmsSwe) in { oper