Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created March 27, 2017 00:00
Show Gist options
  • Save grahamc/c7c2fbffc811c5582e39dae30ab88376 to your computer and use it in GitHub Desktop.
Save grahamc/c7c2fbffc811c5582e39dae30ab88376 to your computer and use it in GitHub Desktop.
{
foo = example "foo";
too = {}: example "too";
bar = {
baz = example "bar.baz";
};
zip = [
{ zop = example "zip.0.zop"; }
{ top = example "zip.1.top"; }
(example "zip.2")
];
} -> {
foo = example "foo";
too = example "too";
"bar.baz" = example "bar.baz";
"zip.0.zop" = example "zip.0.zop";
"zip.1.top" = example "zip.1.top";
"zip.2" = example "zip.2";
}
@7c6f434c
Copy link

(I wonder if I will get any notifications for your replies…)

@7c6f434c
Copy link

@7c6f434c-test Let's check if mentions work…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment