Open eignnx opened 2 months ago
-- [eq {"a[{..Rest}]" "abc"}] - Rest = b # Exactly 1 solution found.
Correct response should be Rest = "bc".
Rest = "bc"
Something is messed up with text template unification.
Is this a unification bug or a display bug or a parsing bug?
Example
Correct response should be
Rest = "bc"
.Something is messed up with text template unification.