(May) Add SlashV2S + mkV2S + lexicon + test case

This commit is contained in:
Inari Listenmaa
2023-02-24 11:37:28 +08:00
parent bfb016b3ea
commit 87b6bf9f0a
5 changed files with 24 additions and 10 deletions
+4 -6
View File
@@ -81,12 +81,10 @@ lin
-- : V2S -> S -> VPSlash ; -- answer (to him) that it is good
-- SlashV2S v2 s = useV {
-- s = \\vf => v2.s ! vf;
-- } ** {
-- c2 = v2.c2;
-- sCompl = s.s
-- } ;
SlashV2S v2 s = useV v2 ** {
c2 = v2.c2;
adjCompl = "yang" ++ s.s ; -- TODO check /Inari
} ;
{-