We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
builtins.py
*_link(
c
¹ Modify monadic_link and dyadic_link to accept overloads=fdict where fdict is like:
monadic_link
dyadic_link
overloads=fdict
{ "num-num": lambda w,x: w+x, "str-lst": ..., "str-any": ..., "num-any": ..., "any-any": ..., }
² For this I will use my own implementation (which I might copy mostly from Vyxal).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
builtins.py
.*_link(
overload atoms.¹c
flag.¹ Modify
monadic_link
anddyadic_link
to acceptoverloads=fdict
where fdict is like:² For this I will use my own implementation (which I might copy mostly from Vyxal).
The text was updated successfully, but these errors were encountered: