...But now we've got :: instead of just :
This commit is contained in:
parent
6e708bcd8d
commit
2d7f57ed0a
|
@ -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}")));
|
||||||
|
|
Loading…
Reference in New Issue