diff --git a/lib/resource/api/TryBul.gf b/lib/resource/api/TryBul.gf index 9becc455d..5b58da938 100644 --- a/lib/resource/api/TryBul.gf +++ b/lib/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/lib/resource/api/TryCat.gf b/lib/resource/api/TryCat.gf index c1a9acfba..872a85395 100644 --- a/lib/resource/api/TryCat.gf +++ b/lib/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/lib/resource/api/TryEng.gf b/lib/resource/api/TryEng.gf index e5be9b580..6975e4afa 100644 --- a/lib/resource/api/TryEng.gf +++ b/lib/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/lib/resource/api/TrySwe.gf b/lib/resource/api/TrySwe.gf index 1d5612fd3..aac2c9e49 100644 --- a/lib/resource/api/TrySwe.gf +++ b/lib/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