Skip to content

Instantly share code, notes, and snippets.

@banshee
Created May 13, 2013 02:09
Show Gist options
  • Save banshee/5565772 to your computer and use it in GitHub Desktop.
Save banshee/5565772 to your computer and use it in GitHub Desktop.
F# output
val it : SimpleNode list =
[{name = "val";
ancestors =
[{name = "bar";
ancestors = [{name = "foo";
ancestors = [];
content = null;
attributes = map [("snark", "boojum")];}];
content = null;
attributes = map [];}; {name = "foo";
ancestors = [];
content = null;
attributes = map [("snark", "boojum")];}];
content = Some "tcontents";
attributes = map [("t", "somet")];};
{name = "bar";
ancestors = [{name = "foo";
ancestors = [];
content = null;
attributes = map [("snark", "boojum")];}];
content = null;
attributes = map [];}; {name = "foo";
ancestors = [];
content = null;
attributes = map [("snark", "boojum")];}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment