From 7cb862f6f6079509dafd466fff83c719cb2fd89e Mon Sep 17 00:00:00 2001 From: s-ol Date: Wed, 25 Mar 2020 11:43:29 +0100 Subject: new core.base.match, update lib --- extra/docs.moon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/docs.moon b/extra/docs.moon index f43ecfa..19c272b 100644 --- a/extra/docs.moon +++ b/extra/docs.moon @@ -1,4 +1,4 @@ -import Value, Scope from require 'core' +import ValueStream, Scope from require 'core' import render, layout, autoref from require 'extra.layout' import section, h1, h2, h3, p, ul, li, a, code, r from require 'extra.dom' @@ -68,7 +68,7 @@ spit OUT, switch command p "These definitions are automatically loaded into the global Scope of every alive session." ul for key, val in opairs require 'core.builtin' - li render key, Value.wrap val + li render key, ValueStream.wrap val } } -- cgit v1.2.3