mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 02:39:31 -06:00
partial evaluation for (+)
This commit is contained in:
@@ -31,3 +31,5 @@ cc "x"++SOFT_BIND++"y"
|
||||
cc "x"++SOFT_SPACE++"y"
|
||||
cc "x"++CAPIT++"y"
|
||||
cc "x"++ALL_CAPIT++"y"
|
||||
cc "a"+"b"
|
||||
cc eqInt (length ("a"+"b")) 2
|
||||
|
||||
@@ -32,3 +32,5 @@ CallStack (from HasCallStack):
|
||||
"x" ++ Predef.SOFT_SPACE ++ "y"
|
||||
"x" ++ Predef.CAPIT ++ "y"
|
||||
"x" ++ Predef.ALL_CAPIT ++ "y"
|
||||
"ab"
|
||||
Predef.PTrue
|
||||
|
||||
Reference in New Issue
Block a user