Skip to content

Commit

Permalink
Add ftype declaration to make-conditional-state-expand
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehavensift committed Aug 24, 2023
1 parent 6d71270 commit d35839d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shop3/looping-tasks/conditional-extensions.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
))
)

(declaim (ftype (function (&rest arglist &key :top-tasks :tasks :unifier)
(values conditional-state-expand &optional)
make-conditional-state-expand))
(defun make-conditional-state-expand (&rest arglist
&key top-tasks tasks unifier)
(declare (ignorable top-tasks
Expand Down

0 comments on commit d35839d

Please sign in to comment.