summaryrefslogtreecommitdiff
path: root/map-utils-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-12-03 22:39:06 -0800
committerTom Faulhaber <git_net@infolace.com>2009-12-03 22:39:06 -0800
commit332c0a75ad36864f310d2b1ea8d15c853ce4af93 (patch)
tree7f6f0b98189a0b1f8125d0ba499857f12b0b3128 /map-utils-api.html
parent7e719dcae18c72eac61bd526f7222e3beaf6ecf6 (diff)
Manual (forced) documentation build for commit b902ebe3c80ec86d4f80f8cce6d2faabc8da5278
Diffstat (limited to 'map-utils-api.html')
-rw-r--r--map-utils-api.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/map-utils-api.html b/map-utils-api.html
index 12481177..93ef756e 100644
--- a/map-utils-api.html
+++ b/map-utils-api.html
@@ -84,7 +84,8 @@ only when there's a non-map at a particular level.
(deepmerge + {:a {:b {:c 1 :d {:x 1 :y 2}} :e 3} :f 4}
{:a {:b {:c 2 :d {:z 9} :z 3} :e 100}})
-&gt; {:a {:b {:z 3, :c 3, :d {:z 9, :x 1, :y 2}}, :e 103}, :f 4}</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L41" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L41" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -93,7 +94,8 @@ only when there's a non-map at a particular level.
<pre id="var-usage">Usage: (lazy-get map key not-found)
</pre>
<pre id="var-docstr">Like get, but doesn't evaluate not-found unless it is needed.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L22" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L22" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -102,7 +104,8 @@ only when there's a non-map at a particular level.
<pre id="var-usage">Usage: (safe-get map key)
</pre>
<pre id="var-docstr">Like get, but throws an exception if the key is not found.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L29" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L29" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -111,7 +114,8 @@ only when there's a non-map at a particular level.
<pre id="var-usage">Usage: (safe-get-in map ks)
</pre>
<pre id="var-docstr">Like get-in, but throws an exception if any key is not found.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/86e90011e274910c618a5592d21ba3ce290a6855/src/clojure/contrib/map_utils.clj#L35" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/map_utils.clj': unknown revision or path not in the working tree.
+Use '--' to separate paths from revisions/src/src/clojure/contrib/map_utils.clj#L35" id="var-source">Source</a>
</div>