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
because the compiler doesn't understand what to do with the @function decorator.
(a) that should work since its part of TP
(b) if we can see what the actual body of the function is, we should be able to actually execute the decorator
(c) if we don't know what to do, we can wrap it in 'object'. Maybe this should be configurable, although we don't have a conceptual framework for that idea yet anyways.
The text was updated successfully, but these errors were encountered:
We can't execute something like this:
because the compiler doesn't understand what to do with the @function decorator.
(a) that should work since its part of TP
(b) if we can see what the actual body of the function is, we should be able to actually execute the decorator
(c) if we don't know what to do, we can wrap it in 'object'. Maybe this should be configurable, although we don't have a conceptual framework for that idea yet anyways.
The text was updated successfully, but these errors were encountered: