1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 00:59:31 +00:00

LuaFunction cleanup: replace by LuaCall

This commit is contained in:
Étienne Fildadut 2024-01-07 20:31:28 +01:00
parent 85d17e9519
commit 51ad18c5a4
22 changed files with 192 additions and 162 deletions

View file

@ -1,6 +1,6 @@
--# run #--
--- error ---
can't call overload iter: no function match arguments (42), possible functions were:
can't call overload iter: no function match arguments (value), possible functions were:
• $(table::is table) (from stdlib/for.ans:46:1):
type check failure for parameter table
• $(tuple::is sequence) (from stdlib/for.ans:37:1):