Skip to content

Instantly share code, notes, and snippets.

@rparree
Created January 27, 2017 13:56
Show Gist options
  • Select an option

  • Save rparree/02ea2f86276960dd263cc370ccf39103 to your computer and use it in GitHub Desktop.

Select an option

Save rparree/02ea2f86276960dd263cc370ccf39103 to your computer and use it in GitHub Desktop.
case class PersonalInfo(email: String, twitter: Option[String])
case class Student(username: String, personalInfo: Option[PersonalInfo])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment