Created
January 27, 2017 13:56
-
-
Save rparree/02ea2f86276960dd263cc370ccf39103 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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