From 910bfcf768c2305a6885b0d1f491561d09ebd9ca Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sun, 8 Nov 2020 21:13:47 +0300 Subject: feature(macros): add metadata macros, doc, and some tests --- core.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core.fnl') diff --git a/core.fnl b/core.fnl index 43317ff..057a644 100644 --- a/core.fnl +++ b/core.fnl @@ -2,8 +2,8 @@ (local insert table.insert) (local unpack (or table.unpack _G.unpack)) -(import-macros {: fn* : fn&} :macros.fn) -(import-macros {: when-some : if-some : when-let} :macros.core) +(require-macros :macros.fn) +(require-macros :macros.core) (fn* core.apply "Apply `f' to the argument list formed by prepending intervening -- cgit v1.2.3