Skip to content

Instantly share code, notes, and snippets.

@snahor
Last active July 6, 2017 07:44
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 snahor/f8fa10ead8bfafc23f3c847be5a9eacc to your computer and use it in GitHub Desktop.
Save snahor/f8fa10ead8bfafc23f3c847be5a9eacc to your computer and use it in GitHub Desktop.
fun help () = print "Run me as: \n\tpoly -q --use foo.sml --eval 'val _ = main ()'\n"
fun main () = (TextIO.output (TextIO.stdErr, "ZOMG!"); OS.Process.exit OS.Process.success)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment