Skip to content

Commit

Permalink
Merge pull request swannodette#50 from rcullito/cljs.core/merge
Browse files Browse the repository at this point in the history
extend mori to include cljs core/merge
  • Loading branch information
swannodette committed Jan 21, 2014
2 parents fae02f7 + 223d2cd commit c1999f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mori.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:refer-clojure :exclude
[count empty first rest seq conj cons find nth last assoc dissoc
get-in update-in assoc-in fnil disj pop peek hash get empty? reverse
take drop partition partition-by iterate into subvec
take drop partition partition-by iterate into merge subvec
take-while drop-while group-by
interpose interleave concat flatten
keys vals
Expand Down Expand Up @@ -49,6 +49,7 @@
(def ^:export partition-by cljs.core/partition-by)
(def ^:export iterate cljs.core/iterate)
(def ^:export into cljs.core/into)
(def ^:export merge cljs.core/merge)
(def ^:export subvec cljs.core/subvec)
(def ^:export take-while cljs.core/take-while)
(def ^:export drop-while cljs.core/drop-while)
Expand Down

0 comments on commit c1999f2

Please sign in to comment.