Try to infer the type of `it` in dash anaphora.
Opened this issue · 0 comments
Fuco1 commented
Right now we always set it to mixed but this is not always the case. For example in threading macros we know what the it
will be in the next form.
Also in thigns like --when-let
or list processing functions if input lists are known.