delisp
delisp copied to clipboard
Lambda return not wrapped in Values when using type anotation
(define addTodo
(lambda (title)
(the Action
(case :add-todo title))))