Skip to content

Instantly share code, notes, and snippets.

@PollRobots
Created January 18, 2013 05:15
Show Gist options
  • Save PollRobots/4562506 to your computer and use it in GitHub Desktop.
Save PollRobots/4562506 to your computer and use it in GitHub Desktop.
type ParseResult =
| TerminalSymbol of string
| Production of ParseResult list
| EmptyMatch
| Unmatched
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment