diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-21 16:09:36 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | e5ba9645f293a975f39c9740b835be556eea06c5 (patch) | |
| tree | 04072cc05dd89e2030fc23d614976195e42c692d /alv-lib/struct.moon | |
| parent | dont error when running empty files (diff) | |
| download | alive-e5ba9645f293a975f39c9740b835be556eea06c5.tar.gz alive-e5ba9645f293a975f39c9740b835be556eea06c5.zip | |
fix some bugs
Diffstat (limited to 'alv-lib/struct.moon')
| -rw-r--r-- | alv-lib/struct.moon | 4 |
1 files changed, 2 insertions, 2 deletions
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' |
