mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
mkAdv in Slovenian
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
concrete CatSlv of Cat = open ResSlv in {
|
||||
concrete CatSlv of Cat = CommonX ** open ResSlv in {
|
||||
|
||||
lincat
|
||||
-- Adjective
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
resource ParadigmsSlv = open CatSlv, ResSlv in {
|
||||
resource ParadigmsSlv = open CatSlv, ResSlv, Prelude in {
|
||||
|
||||
oper
|
||||
nominative : Case = Nom ;
|
||||
@@ -272,4 +272,6 @@ oper
|
||||
}
|
||||
};
|
||||
|
||||
mkAdv : Str -> Adv = \s -> lin Adv {s=s} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user