Skip to content

Instantly share code, notes, and snippets.

@jeffmurphy
Created September 15, 2018 18:41
Show Gist options
  • Save jeffmurphy/e7d7e669f310f961bd08cf62b8b317ff to your computer and use it in GitHub Desktop.
Save jeffmurphy/e7d7e669f310f961bd08cf62b8b317ff to your computer and use it in GitHub Desktop.
MLton Stuff
val _ =
if 0 = !Control.Native.commented
then ()
else print (let open Layout
in toString
(seq [str "\t/* live: ",
Vector.layout Live.layout live,
str " */\n"])
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment