mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 11:06:28 -06:00
(Som) More fine-grained adverbials
This commit is contained in:
@@ -16,7 +16,7 @@ lin
|
||||
-- Adverbs can be modified by 'adadjectives', just like adjectives.
|
||||
|
||||
--AdAdv : AdA -> Adv -> Adv ; -- very quickly
|
||||
AdAdv ada adv = adv ** {s = ada.s ++ adv.s} ;
|
||||
AdAdv ada adv = adv ** {berri = ada.s ++ adv.berri} ;
|
||||
-- Like adverbs, adadjectives can be produced by adjectives.
|
||||
|
||||
-- : A -> AdA ; -- extremely
|
||||
|
||||
Reference in New Issue
Block a user