blob: ce5ce4170f7f93340f19aadb67d80c77d1784bbf (
plain) (
tree)
|
|
map (e: (builtins.tryEval e).success) [ (builtins.concatStringsSep (builtins.throw "a") [ "" ]) (builtins.concatStringsSep "," (builtins.throw "a")) (builtins.concatStringsSep "," [ "a" (builtins.throw "a") ]) ]
|