aboutsummaryrefslogtreecommitdiff
path: root/def-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'def-api.html')
-rw-r--r--def-api.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/def-api.html b/def-api.html
index 5f5563dc..035e7d75 100644
--- a/def-api.html
+++ b/def-api.html
@@ -109,7 +109,7 @@ any) and similar metadata. The metadata of the alias is its initial
metadata (as provided by def) merged into the metadata of the original.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/1c805bd0e515ea57028721ea54e6db4b0c791e20/src/main/clojure/clojure/contrib/def.clj#L66" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -122,7 +122,7 @@ init. Be careful about using any form of 'def' or 'binding' to a
value of a different type. See <a href="http://paste.lisp.org/display/73344">http://paste.lisp.org/display/73344</a></pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/1c805bd0e515ea57028721ea54e6db4b0c791e20/src/main/clojure/clojure/contrib/def.clj#L85" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -133,7 +133,7 @@ value of a different type. See <a href="http://paste.lisp.org/display/73344">ht
<pre id="var-docstr">Same as defmacro but yields a private definition</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/1c805bd0e515ea57028721ea54e6db4b0c791e20/src/main/clojure/clojure/contrib/def.clj#L39" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -144,7 +144,7 @@ value of a different type. See <a href="http://paste.lisp.org/display/73344">ht
<pre id="var-docstr">Just like defn, but memoizes the function using clojure.core/memoize</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/1c805bd0e515ea57028721ea54e6db4b0c791e20/src/main/clojure/clojure/contrib/def.clj#L143" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -160,7 +160,7 @@ virtue of the symbol corresponding to the keyword (cf. :keys destructuring).
defnk accepts an optional docstring as well as an optional metadata map.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/1c805bd0e515ea57028721ea54e6db4b0c791e20/src/main/clojure/clojure/contrib/def.clj#L122" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -172,7 +172,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre>
<pre id="var-docstr">Same as defonce but yields a private definition</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/1c805bd0e515ea57028721ea54e6db4b0c791e20/src/main/clojure/clojure/contrib/def.clj#L59" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -183,7 +183,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre>
<pre id="var-docstr">Same as defstruct but yields a private definition</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/1c805bd0e515ea57028721ea54e6db4b0c791e20/src/main/clojure/clojure/contrib/def.clj#L54" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -195,7 +195,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre>
<pre id="var-docstr">Defines an unbound var with optional doc string</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/1c805bd0e515ea57028721ea54e6db4b0c791e20/src/main/clojure/clojure/contrib/def.clj#L32" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -206,7 +206,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre>
<pre id="var-docstr">Same as defunbound but yields a private definition</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/1c805bd0e515ea57028721ea54e6db4b0c791e20/src/main/clojure/clojure/contrib/def.clj#L49" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -219,7 +219,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre>
<pre id="var-docstr">Defines a var with an optional intializer and doc string</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/1c805bd0e515ea57028721ea54e6db4b0c791e20/src/main/clojure/clojure/contrib/def.clj#L23" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -230,7 +230,7 @@ defnk accepts an optional docstring as well as an optional metadata map.</pre>
<pre id="var-docstr">Same as defvar but yields a private definition</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/1c805bd0e515ea57028721ea54e6db4b0c791e20/src/main/clojure/clojure/contrib/def.clj#L44" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -249,7 +249,7 @@ with its extended metadata map and the list of unprocessed macro
arguments.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/1c805bd0e515ea57028721ea54e6db4b0c791e20/src/main/clojure/clojure/contrib/def.clj#L96" id="var-source">Source</a>
</div>