1
0
forked from GitHub/gf-core

mkAdv in Slovenian

This commit is contained in:
krasimir
2016-03-24 20:48:47 +00:00
parent 7ed94e8cc7
commit ec6758d0e4
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
concrete CatSlv of Cat = open ResSlv in { concrete CatSlv of Cat = CommonX ** open ResSlv in {
lincat lincat
-- Adjective -- Adjective

View File

@@ -1,4 +1,4 @@
resource ParadigmsSlv = open CatSlv, ResSlv in { resource ParadigmsSlv = open CatSlv, ResSlv, Prelude in {
oper oper
nominative : Case = Nom ; nominative : Case = Nom ;
@@ -272,4 +272,6 @@ oper
} }
}; };
mkAdv : Str -> Adv = \s -> lin Adv {s=s} ;
} }