...But now we've got :: instead of just :

This commit is contained in:
niten 2022-05-30 16:22:37 -07:00
parent 6e708bcd8d
commit 2d7f57ed0a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ let
(if isAttrs ds then (if isAttrs ds then
"{ ${ "{ ${
join-str join-str
(mapAttrsToList (k: v: ":${parseKeyword k} ${toEDN v}") ds) (mapAttrsToList (k: v: "${parseKeyword k} ${toEDN v}") ds)
} }" } }"
else else
throw "unsupported type: ${builtins.typeOf ds}: ${ds}"))); throw "unsupported type: ${builtins.typeOf ds}: ${ds}")));