diff --git a/src/monger/operators.clj b/src/monger/operators.clj index 0457676..8430775 100644 --- a/src/monger/operators.clj +++ b/src/monger/operators.clj @@ -11,10 +11,7 @@ (defmacro ^{:private true} defoperator [operator] - (let [op# (str operator) - op-sym# (symbol op#) - meta {:const true}] - `(def ^{:const true} ~op-sym# ~op#))) + `(def ^{:const true} ~(symbol (str operator)) ~(str operator))) ;; ;; QUERY OPERATORS