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
(setv True 3) is a HySyntaxError, but (defn f [True] True) (f 3) works without complaint, which is problematic because it leads to hy2py generating invalid Python code:
(setv True 3)
is aHySyntaxError
, but(defn f [True] True) (f 3)
works without complaint, which is problematic because it leads tohy2py
generating invalid Python code:The text was updated successfully, but these errors were encountered: