From e5ba9645f293a975f39c9740b835be556eea06c5 Mon Sep 17 00:00:00 2001 From: s-ol Date: Thu, 21 May 2020 18:09:36 +0200 Subject: fix some bugs --- alv-lib/struct.moon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alv-lib') diff --git a/alv-lib/struct.moon b/alv-lib/struct.moon index e30c38d..f949536 100644 --- a/alv-lib/struct.moon +++ b/alv-lib/struct.moon @@ -1,6 +1,6 @@ -import PureOp, Constant, T, Struct, val, evt from require 'alv.base' +import PureOp, Constant, T, Struct, const, val, evt from require 'alv.base' -key = val.str / val.sym +key = const.str / const.sym val = val! / evt! pair = (key + val)\named 'key', 'val' -- cgit v1.2.3