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
If I (import "list.kl") and then use list inside a macro, I will be puzzled as to why list is not in scope. It would be nice if Klister noticed that list is available at another phase and suggest "did you mean (import (shift "list.kl" 1))?"
The text was updated successfully, but these errors were encountered:
If I
(import "list.kl")
and then uselist
inside a macro, I will be puzzled as to whylist
is not in scope. It would be nice if Klister noticed thatlist
is available at another phase and suggest "did you mean(import (shift "list.kl" 1))
?"The text was updated successfully, but these errors were encountered: