...But now we've got :: instead of just :
This commit is contained in:
+1
-1
@@ -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}")));
|
||||||
|
|||||||
Reference in New Issue
Block a user