diff options
Diffstat (limited to 'def-api.html')
-rw-r--r-- | def-api.html | 36 |
1 files changed, 12 insertions, 24 deletions
diff --git a/def-api.html b/def-api.html index d9f1fce2..68ebaa72 100644 --- a/def-api.html +++ b/def-api.html @@ -98,8 +98,7 @@ by <span id="author">Unknown</span><br /> <pre id="var-docstr">Defines an alias for a var: a new var with the same root binding (if 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/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L66" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L66" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -110,8 +109,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L66" i <pre id="var-docstr">Defines a var with a type hint matching the class of the given 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/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L83" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L83" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -120,8 +118,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L83" i <pre id="var-usage">Usage: (defmacro- name & decls) </pre> <pre id="var-docstr">Same as defmacro but yields a private definition</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L39" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L39" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -130,8 +127,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L39" i <pre id="var-usage">Usage: (defn-memo fn-name & defn-stuff) </pre> <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/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L141" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L141" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -145,8 +141,7 @@ an alternating sequence of keywords and defaults values is expected. The values of the keyword arguments are available in the function body by 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/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L120" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L120" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -156,8 +151,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L120" (defonce- name expr doc) </pre> <pre id="var-docstr">Same as defonce but yields a private definition</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L59" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -166,8 +160,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L59" i <pre id="var-usage">Usage: (defstruct- name & decls) </pre> <pre id="var-docstr">Same as defstruct but yields a private definition</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L54" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L54" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -177,8 +170,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L54" i (defunbound name doc) </pre> <pre id="var-docstr">Defines an unbound var with optional doc string</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L32" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L32" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -187,8 +179,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L32" i <pre id="var-usage">Usage: (defunbound- name & decls) </pre> <pre id="var-docstr">Same as defunbound but yields a private definition</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L49" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L49" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -199,8 +190,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L49" i (defvar name init doc) </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/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L23" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L23" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -209,8 +199,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L23" i <pre id="var-usage">Usage: (defvar- name & decls) </pre> <pre id="var-docstr">Same as defvar but yields a private definition</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L44" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L44" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -227,8 +216,7 @@ added to the name's metadata map and the map is removed from the macro argument list. The return value is a vector containing the name with its extended metadata map and the list of unprocessed macro arguments.</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/def.clj': unknown revision or path not in the working tree. -Use '--' to separate paths from revisions/src/src/clojure/contrib/def.clj#L94" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/4df3fae61cbd538786a73908eb0b8fc176b3fefd/src/clojure/contrib/def.clj#L94" id="var-source">Source</a> </div> |