Change import semantics. Fix gc bug with fibers.

This commit is contained in:
Calvin Rose
2018-05-18 20:53:19 -04:00
parent 36ecbeffa6
commit 68895e27d4
7 changed files with 49 additions and 14 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
(import "examples/iterators.dst")
(import examples.iterators :as "")
(defn sum3
"Solve the 3SUM problem in O(n^2) time."