aboutsummaryrefslogtreecommitdiff
path: root/src/lux/analyser.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux/analyser.clj')
-rw-r--r--src/lux/analyser.clj6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lux/analyser.clj b/src/lux/analyser.clj
index a9cd8670e..06567423e 100644
--- a/src/lux/analyser.clj
+++ b/src/lux/analyser.clj
@@ -1,9 +1,9 @@
(ns lux.analyser
(:require (clojure [template :refer [do-template]])
[clojure.core.match :refer [match]]
- (lux [util :as &util :refer [exec return fail
- try-all-m map-m mapcat-m reduce-m
- assert!]]
+ (lux [base :as & :refer [exec return fail
+ try-all-m map-m mapcat-m reduce-m
+ assert!]]
[parser :as &parser]
[type :as &type]
[macro :as &macro]