aboutsummaryrefslogtreecommitdiff
path: root/types-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-08-02 10:17:23 -0700
committerTom Faulhaber <git_net@infolace.com>2009-08-02 10:17:23 -0700
commit69daa9c6d4a4f461f43526d5b0b3bd87fa359a10 (patch)
tree314ca6cff11e3679310df923bb05704432778d40 /types-api.html
parent701e5d00a7053ed35825718b196dbfffb6d53825 (diff)
Updated documentation for commit 3ec66e7b4e47c95d4cc27b0c405447117b2d5503
Diffstat (limited to 'types-api.html')
-rw-r--r--types-api.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/types-api.html b/types-api.html
index 19939cdf..38f9a8e3 100644
--- a/types-api.html
+++ b/types-api.html
@@ -89,7 +89,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/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/types.clj#L127" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/types.clj#L127" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="types/deftype">deftype</h2>
@@ -107,7 +107,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/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/types.clj#L53" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/types.clj#L53" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="types/deftype-">deftype-</h2>
@@ -115,7 +115,7 @@ object. It is used for printing and matching.</pre>
<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/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/types.clj#L87" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/types.clj#L87" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="types/match">match</h2>
@@ -138,7 +138,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/acbd2097ddfbe5db48b486b6b706bdb59d412a69/src/clojure/contrib/types.clj#L240" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/types.clj#L240" id="var-source">Source</a>
</div>