Skip to content

Instantly share code, notes, and snippets.

@ryantanner
Created January 27, 2013 18:46
Show Gist options
  • Save ryantanner/4649711 to your computer and use it in GitHub Desktop.
Save ryantanner/4649711 to your computer and use it in GitHub Desktop.
sealed trait Permission
case object Administrator extends Permission
case object NormalUser extends Permission
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment