robpike / ivy

ivy, an APL-like calculator
Other
1.32k stars 103 forks source link

"unknown <nil> in references" when defining an op which uses placeholder indices #119

Closed magical closed 1 year ago

magical commented 1 year ago
% rlwrap ivy
> op foo a = a[;1]
unknown <nil> in references

> foo 3 3 rho iota 9  # still works ok
1 4 7