removing "use" from Sort

This commit is contained in:
Chris Hall 2018-06-26 15:11:51 +10:00
parent e17f4795d8
commit 88cf103b3a

View File

@ -1,5 +1,3 @@
(use Heap)
(defmodule Sort
(doc sort! "Perform an in-place heapsort of a given array.")
(defn sort! [arr]