diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2020-11-08 21:13:47 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2020-11-08 21:13:47 +0300 |
| commit | 910bfcf768c2305a6885b0d1f491561d09ebd9ca (patch) | |
| tree | cd88174ffdb222df8b61ecf68796452580d9dee4 /core.fnl | |
| parent | cf18cb390b2ba9ac852b52b22beb9fda0d4ab7d2 (diff) | |
feature(macros): add metadata macros, doc, and some tests
Diffstat (limited to 'core.fnl')
| -rw-r--r-- | core.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |