Elsa
Elsa copied to clipboard
Handle optional arguments somehow
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.
- [ ] add a quick hack assuming nullable always means optional (not safe?)
- [ ] add proper handling with
&optionalkeyword in the type signature, similar to how we handle&rest