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
(let ((my-lex-var nil))
;; Elsa thinks `my-lex-var' can only be nil
(setq my-lex-var t)
;; Elsa thinks this conditional is always false because it thinks;; the var is always nil.
(when my-lex-var
(message"hello"))
my-lex-var)
The text was updated successfully, but these errors were encountered:
See #164 and #4
The text was updated successfully, but these errors were encountered: