mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
1.4 KiB
1.4 KiB
--# run #--
--- error ---
can't call overload _._: no function match arguments (value, "a"), possible functions were:
• $(s::is script, k::is symbol) = val (from stdlib/script.ans:45:1):
expected 3 arguments, received 2
• $(s::is script, k::is string) = val (from stdlib/script.ans:43:1):
expected 3 arguments, received 2
• $(s::is script, k::is string) (from stdlib/script.ans:41:1):
type check failure for parameter s
• $(c::is function, s::is symbol) = v (from stdlib/for.ans:2:1):
expected 3 arguments, received 2
• $(c::is function, s::is string) = v (from stdlib/for.ans:2:1):
expected 3 arguments, received 2
• $(c::is function, s::is string) (from stdlib/for.ans:2:1):
type check failure for parameter c
• $(c::is environment, s::is symbol) = v (from stdlib/for.ans:2:1):
expected 3 arguments, received 2
• $(c::is environment, s::is string) = v (from stdlib/for.ans:2:1):
expected 3 arguments, received 2
• $(c::is environment, s::is string) (from stdlib/for.ans:2:1):
type check failure for parameter c
↳ from test/tests/function separate variable from variants.ans:10:4 in call: f . "a"
↳ from test/tests/function separate variable from variants.ans:10:1 in text interpolation: | {f . "a"} = 2 |
↳ from ? in block: :f = ($() _)…
--# saved #--
{}
--- error ---
can't call overload _._: no function match arguments (value, "a"), possible functions were:
• $(s::is script, k::is symbol) = val (from stdlib/script.ans:45:1):
expected 3 arguments, received 2
• $(s::is script, k::is string) = val (from stdlib/script.ans:43:1):
expected 3 arguments, received 2
• $(s::is script, k::is string) (from stdlib/script.ans:41:1):
type check failure for parameter s
• $(c::is function, s::is symbol) = v (from stdlib/for.ans:2:1):
expected 3 arguments, received 2
• $(c::is function, s::is string) = v (from stdlib/for.ans:2:1):
expected 3 arguments, received 2
• $(c::is function, s::is string) (from stdlib/for.ans:2:1):
type check failure for parameter c
• $(c::is environment, s::is symbol) = v (from stdlib/for.ans:2:1):
expected 3 arguments, received 2
• $(c::is environment, s::is string) = v (from stdlib/for.ans:2:1):
expected 3 arguments, received 2
• $(c::is environment, s::is string) (from stdlib/for.ans:2:1):
type check failure for parameter c
↳ from test/tests/function separate variable from variants.ans:10:4 in call: f . "a"
↳ from test/tests/function separate variable from variants.ans:10:1 in text interpolation: | {f . "a"} = 2 |
↳ from ? in block: :f = ($() _)…
--# saved #--
{}