forked from GitHub/gf-rgl
Implement ComplSlash
This commit is contained in:
@@ -2,5 +2,10 @@ concrete VerbTur of Verb = CatTur ** open ResTur in {
|
||||
|
||||
lin
|
||||
UseV v = v ;
|
||||
SlashV2a v = v ;
|
||||
|
||||
ComplSlash vps np = {
|
||||
s = \\ vf => vps.c.s ++ np.s ! vps.c.c ++ vps.s ! vf ;
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user