delisp icon indicating copy to clipboard operation
delisp copied to clipboard

Lambda return not wrapped in Values when using type anotation

Open tkers opened this issue 5 years ago • 0 comments

(define addTodo
  (lambda (title)
    (the Action
      (case :add-todo title))))

tkers avatar Apr 08 '20 18:04 tkers