carried over Art and Temp changes to next-resource/api/Constructors

This commit is contained in:
aarne
2008-09-05 13:51:59 +00:00
parent 7d82132b9e
commit 7ab51924dc
40 changed files with 2042 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--# -path=.:alltenses:prelude
resource TrySwe = SyntaxSwe, LexiconSwe, ParadigmsSwe - [mkAdv] **
open (P = ParadigmsSwe), in {
oper
mkAdv = overload SyntaxSwe {
mkAdv : Str -> Adv = P.mkAdv ;
} ;
}