diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-02 21:40:43 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-02 21:40:43 +0300 |
| commit | 9878bb3f75db689e44f0b11cef926c7a39bc6dd5 (patch) | |
| tree | 7445142da5f45839e0d868f7df131589dbab76f1 /macros_test.fnl | |
| parent | c1047d5f4fc30a9917ccd62b34e529d6a5ce4bbf (diff) | |
feature(core): add math and comparison functions
Diffstat (limited to 'macros_test.fnl')
| -rw-r--r-- | macros_test.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros_test.fnl b/macros_test.fnl index f8c72fa..8da9e7f 100644 --- a/macros_test.fnl +++ b/macros_test.fnl @@ -1,6 +1,6 @@ (import-macros {: if-let : when-let : if-some : when-some : into : defmethod : defmulti} :macros.core) (import-macros {: assert-eq : assert-ne : assert* : testing : deftest} :test) -(local {: eq? : identity} (require :core)) ;; required for testing +(local {: eq : identity} (require :core)) ;; required for testing (deftest into (testing into |