From f6378eaf43c00cb41065fa6fc93af0c4efcd71c3 Mon Sep 17 00:00:00 2001 From: s-ol Date: Fri, 24 Apr 2020 20:43:51 +0200 Subject: remove AST:quote() --- alv/base/fndef.moon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alv/base') 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) => -- cgit v1.2.3