diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-18 16:03:38 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-18 16:03:38 +0000 |
| commit | ba30e05dc8e5e83c40ef83096aba0f6d2fd0ab30 (patch) | |
| tree | 24c2244fdadf7753b7747d6f9a3c284cb2f6de27 /core/builtin.moon | |
| parent | remove debug/ lib (diff) | |
| download | alive-ba30e05dc8e5e83c40ef83096aba0f6d2fd0ab30.tar.gz alive-ba30e05dc8e5e83c40ef83096aba0f6d2fd0ab30.zip | |
docs/internal: add builtins and invoke modules
Diffstat (limited to 'core/builtin.moon')
| -rw-r--r-- | core/builtin.moon | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/core/builtin.moon b/core/builtin.moon index 41af7f0..3e4787c 100644 --- a/core/builtin.moon +++ b/core/builtin.moon @@ -1,4 +1,10 @@ --- builtin special forms +---- +-- Builtin `Action`s and `Op`s. +-- +-- Please see the [reference](../../reference/index.html#builtins) for +-- documentation. +-- +-- @module builtin import Action, Op, FnDef, Input, match from require 'core.base' import Value from require 'core.value' import Result from require 'core.result' |
