mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 22:52:50 -06:00
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
|
|
} ;
|
|
|
|
|
|
}
|