You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obviously this conflicts with functions that have no return value, so if this was ever implemented, some other part of Teal semantics would need to change in a backwards-incompatible way.
The text was updated successfully, but these errors were encountered:
I wish that if a function was forward-declared, as in
then I didn't need to redeclare the types of the arguments and the result, i.e. I could write this:
Obviously this conflicts with functions that have no return value, so if this was ever implemented, some other part of Teal semantics would need to change in a backwards-incompatible way.
The text was updated successfully, but these errors were encountered: