aboutsummaryrefslogtreecommitdiff
path: root/types-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'types-api.html')
-rw-r--r--types-api.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/types-api.html b/types-api.html
index 96c7d5f7..0024deb0 100644
--- a/types-api.html
+++ b/types-api.html
@@ -82,8 +82,7 @@ by <span id="author">Konrad Hinsen</span><br />
Each constructor can be a symbol (argument-free constructor) or a
list consisting of a tag symbol followed by the argument symbols.
The data type tag must be a keyword.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/types.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L128" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/types.clj#L128" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -102,8 +101,7 @@ constructor function and attaches the type tag to its result
as metadata. The deconstructor function must return the arguments
to be passed to the constructor in order to create an equivalent
object. It is used for printing and matching.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/types.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L54" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/types.clj#L54" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -112,8 +110,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L54"
<pre id="var-usage">Usage: (deftype- type-tag constructor-name &amp; optional)
</pre>
<pre id="var-docstr">Same as deftype but the constructor is private.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/types.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L88" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/types.clj#L88" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -137,8 +134,7 @@ Symbols will be bound to the corresponding value in the object in the
evaluation of expr. If the same symbol occurs more than once in a,
template the corresponding elements of the object must be equal
for the template to match.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/types.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/types.clj#L241" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861/src/clojure/contrib/types.clj#L241" id="var-source">Source</a>
</div>