Skip to content

Instantly share code, notes, and snippets.

@einarwh
Created February 10, 2015 22:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save einarwh/83c5aa41610aceadc10c to your computer and use it in GitHub Desktop.
Diamond to string.
let toStr d =
d |> List.map (fun a -> new string(Array.ofList(a)))
|> String.concat "\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment