Skip to content

Instantly share code, notes, and snippets.

@tsmacdonald
Created June 25, 2012 00:40
Show Gist options
  • Save tsmacdonald/2985738 to your computer and use it in GitHub Desktop.
Save tsmacdonald/2985738 to your computer and use it in GitHub Desktop.
datatype MetasyntacticVariable = foo | bar | baz | quux;
interface MetasyntacticVariable {}
interface foo implements MetasyntacticVariable {}
interface bar ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment