Skip to content

Instantly share code, notes, and snippets.

@jackfoxy
Created November 4, 2012 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackfoxy/4012842 to your computer and use it in GitHub Desktop.
Save jackfoxy/4012842 to your computer and use it in GitHub Desktop.
generate example BinomialHeap internals in order
let f = (fun acc -> ("b" :: (acc |> (fun acc -> ("c" :: (acc |> (fun acc -> ("a" :: (acc |> (fun acc -> acc)))) |> (fun acc -> acc) |> (fun x -> x)))|> (fun acc -> acc) ))) |> (fun acc -> acc) )
f []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment