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
Is your feature request related to a problem? Please describe.
Currently, it is difficult to find out if a specific function has side effects ("impure ")
Describe the solution you'd like
Mark all non-pure functions with @keywords impure
Is your feature request related to a problem? Please describe.
Currently, it is difficult to find out if a specific function has side effects ("impure ")
Describe the solution you'd like
Mark all non-pure functions with
@keywords impure
Additional context
Read more about Functional programming
The text was updated successfully, but these errors were encountered: