emacs-elsa / Elsa

Emacs Lisp Static Analyzer and gradual type system.
GNU General Public License v3.0
640 stars 26 forks source link

fix: Second argument of `mapconcat` should be sequence, not list #221

Open ROCKTAKEY opened 1 year ago

ROCKTAKEY commented 1 year ago

Hi, Elsa! It is very interesting project for me. It is usually useful to apply static type analysis for Emacs Lisp.

I found that the second argument mapconcat was (list mixed), which should be sequence. This PR fix it.

Thanks.