Fix the debug declaration for -->

master
Matus Goljer 9 years ago
parent dd30a1fbba
commit f04df47f47
  1. 2
      dash.el

@ -1342,7 +1342,7 @@ last item in second form, etc."
signified by the token `it' in the first form. If there are more
forms, insert the first form at the position signified by `it' in
in second form, etc."
(declare (debug ->))
(declare (debug (form &rest [&or symbolp (sexp &rest [&or "it" form])])))
(if (null more)
(if (listp form)
(--map-when (eq it 'it) x form)

Loading…
Cancel
Save