From c26b90317cb67ddcf71237e1d2f5fad87a5a3191 Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 2 Mar 2020 20:08:48 +0100 Subject: document more interfaces --- lib/debug.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/debug.moon') diff --git a/lib/debug.moon b/lib/debug.moon index e098800..1ce56cc 100644 --- a/lib/debug.moon +++ b/lib/debug.moon @@ -1,4 +1,4 @@ -import Op, ValueInput, EventInput, match from require 'core' +import Op, ValueInput, EventInput, match from require 'core.base' class out extends Op @doc: "(out [name-str?] value) - log value to the console" -- cgit v1.2.3