Skip to content

cljr add declaration

Magnar Sveen edited this page Apr 2, 2015 · 1 revision

ad Add declaration

Add a declare for the current top-level form.

Finds the name of the current def/defn/etc, then inserts a new (declare <name>). The position is either before any other declare statements, or right after the namespace declaration.