mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 20:52:50 -06:00
ExtAdvVP added to some languages where it was missing
This commit is contained in:
@@ -79,6 +79,8 @@ concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in {
|
||||
UseCopula = predV verbBe ;
|
||||
|
||||
AdvVP vp adv = insertObj (\\_ => adv.s) Pos vp ;
|
||||
ExtAdvVP vp adv = insertObj (\\_ => embedInCommas adv.s) Pos vp ;
|
||||
|
||||
AdvVPSlash vp adv = insertSlashObj1 (\\_ => adv.s) Pos vp ;
|
||||
|
||||
AdVVP adv vp = {
|
||||
|
||||
Reference in New Issue
Block a user