Files
mgmt/lang/interpret_test/TestAstFunc2/res1.txtar
James Shubin e10e92596f lang: types: Add stringer information manually
This lets us get the more correct lowercase versions of type kinds in
error messages. (These match what the user would type.)
2024-07-01 18:35:20 -04:00

7 lines
142 B
Plaintext

-- main.mcl --
test "t1" {
stringptr => 42, # int, not str
}
-- OUTPUT --
# err: errUnify: unify error with: int(42): type error: str != int