Hacker News new | ask | show | jobs
by wes-exp 3816 days ago
There is also ftype:

  (declaim (ftype (function (number string) number) add-string))
  (defun add-string (a b) ...)