From bbb7272c920fcc9acddc07806ad53157ec4aed06 Mon Sep 17 00:00:00 2001 From: Samppalol Date: Sat, 26 Oct 2013 05:07:52 +0300 Subject: [PATCH] just in case --- src/recursion.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recursion.clj b/src/recursion.clj index 2b0bf6f..859f2c8 100644 --- a/src/recursion.clj +++ b/src/recursion.clj @@ -236,7 +236,7 @@ ;(concat [1 2 3] [4]) (defn seq-merge [a-seq b-seq] - [:-]) + ) (defn merge-sort [a-seq] [:-])