From 9878bb3f75db689e44f0b11cef926c7a39bc6dd5 Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Mon, 2 Nov 2020 21:40:43 +0300 Subject: feature(core): add math and comparison functions --- macros_test.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros_test.fnl') 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 -- cgit v1.2.3