1
0
forked from GitHub/gf-core

added VGlue to cover the case where we can't precompute the glue

This commit is contained in:
krangelov
2021-10-05 19:39:24 +02:00
parent d9db0ef4a7
commit fd6cd382c5
3 changed files with 8 additions and 1 deletions

View File

@@ -32,4 +32,5 @@ cc "x"++SOFT_SPACE++"y"
cc "x"++CAPIT++"y"
cc "x"++ALL_CAPIT++"y"
cc "a"+"b"
cc <\x->x+"b" : Str -> Str>
cc eqInt (length ("a"+"b")) 2

View File

@@ -31,4 +31,5 @@ user error
"x" ++ Predef.CAPIT ++ "y"
"x" ++ Predef.ALL_CAPIT ++ "y"
"ab"
\v0 -> v0 + "b"
Predef.PTrue