Skip to content

Instantly share code, notes, and snippets.

@t0yv0
Created January 28, 2011 09:18
Show Gist options
  • Save t0yv0/800028 to your computer and use it in GitHub Desktop.
Save t0yv0/800028 to your computer and use it in GitHub Desktop.
type Id = int
type Action =
| ShowRecentBlogs
| CreateBlog
| ReadBlog of Id
| UpdateBlog of Id
| DeleteBlog of Id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment