mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 04:02:52 -06:00
handle pre when it is in the arguments of a Predef function
This commit is contained in:
@@ -34,3 +34,13 @@ user error
|
||||
"ab"
|
||||
\x -> x + "b"
|
||||
Predef.PTrue
|
||||
"aabb"
|
||||
"aaBb"
|
||||
"aaBb"
|
||||
"aaBB"
|
||||
"aaBB"
|
||||
Predef.nonExist
|
||||
"X"
|
||||
"aa" ++ "X"
|
||||
"aa" ++ "X" ++ "cc"
|
||||
"aa" ++ "B" ++ "bb"
|
||||
|
||||
Reference in New Issue
Block a user