diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-24 18:43:51 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-24 18:43:51 +0000 |
| commit | f6378eaf43c00cb41065fa6fc93af0c4efcd71c3 (patch) | |
| tree | c1c14b2640e8e2afda18765ba93d41b3bbba6900 /alv/base | |
| parent | fix alv-wx, logging (diff) | |
| download | alive-f6378eaf43c00cb41065fa6fc93af0c4efcd71c3.tar.gz alive-f6378eaf43c00cb41065fa6fc93af0c4efcd71c3.zip | |
remove AST:quote()
Diffstat (limited to 'alv/base')
| -rw-r--r-- | alv/base/fndef.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alv/base/fndef.moon b/alv/base/fndef.moon index b79ad85..f8858d3 100644 --- a/alv/base/fndef.moon +++ b/alv/base/fndef.moon @@ -13,8 +13,8 @@ class FnDef --- create a new instance -- -- @classmethod - -- @tparam {Value,...} params (`AST:quote`d) naming the function parameters - -- @tparam AST body (`AST:quote`d) expression the function evaluates to + -- @tparam {Value,...} params (unevaluated) naming the function parameters + -- @tparam AST body (unevaluated) expression the function evaluates to -- @tparam Scope scope the lexical scope the function was defined in (closure) new: (@params, @body, @scope) => |
