mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
bug fix and refactoring in the cc command
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
4
|
||||
5
|
||||
Predef.length Predef.nonExist
|
||||
\v0 -> Predef.length v0
|
||||
\x -> Predef.length x
|
||||
"ab"
|
||||
"cd"
|
||||
"d"
|
||||
"abc"
|
||||
"d"
|
||||
"ABCD"
|
||||
"abcd"
|
||||
Predef.PFalse
|
||||
@@ -32,5 +32,5 @@ user error
|
||||
"x" ++ Predef.CAPIT ++ "y"
|
||||
"x" ++ Predef.ALL_CAPIT ++ "y"
|
||||
"ab"
|
||||
\v0 -> v0 + "b"
|
||||
\x -> x + "b"
|
||||
Predef.PTrue
|
||||
|
||||
Reference in New Issue
Block a user