emacs-elsa / Elsa

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

Handle optional arguments somehow #193

Open Fuco1 opened 1 year ago

Fuco1 commented 1 year ago

For starters we should add a quick fix that if type is or nil... the argument could be missing and default to nil. But later we should probably introduce the &optional also to the elsa type signature.