(Kor) Adv, AdA and AP related functions

This commit is contained in:
Inari Listenmaa
2020-03-25 13:42:22 +01:00
parent c49bcb2f69
commit cfdc4d9955
6 changed files with 31 additions and 22 deletions
+2 -2
View File
@@ -83,13 +83,13 @@ lin
-- : Comp -> VP ;
UseComp comp = UseCopula ** comp ;
{-
-- : VP -> Adv -> VP ; -- sleep here
AdvVP = insertAdv ;
-- : VPSlash -> Adv -> VPSlash ; -- use (it) here
AdvVPSlash = insertAdv ;
AdvVPSlash = insertAdvSlash ;
{-
-- : VP -> Adv -> VP ; -- sleep , even though ...
ExtAdvVP vp adv = ;