diff --git a/lang/interpret_test/TestAstFunc2/polymorphic-lambda.txtar b/lang/interpret_test/TestAstFunc2/polymorphic-lambda.txtar index de840673..9ce06776 100644 --- a/lang/interpret_test/TestAstFunc2/polymorphic-lambda.txtar +++ b/lang/interpret_test/TestAstFunc2/polymorphic-lambda.txtar @@ -17,5 +17,4 @@ $out2 = $add($val) # hellohello test fmt.printf("%s + %s is %s", $val, $val, $out2) {} # simple concat -- OUTPUT -- -Vertex: test[2 + 2 is 4] -Vertex: test[hello + hello is hellohello] +# err: errUnify: can't unify, invariant illogicality with equality: base kind does not match (Int != Str)