forked from GitHub/gf-core
13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
concrete AdverbSwa of Adverb = CatSwa ** open ResSwa, Prelude in {
|
|
|
|
lin
|
|
|
|
-- PositAdvAdj : A -> Adv ; -- vizuri
|
|
|
|
PositAdvAdj a = {
|
|
s = a.s ! Posit ! AA
|
|
} ;
|
|
|
|
|
|
}
|