Skip to content

Instantly share code, notes, and snippets.

@priort
Created December 30, 2018 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save priort/2bedf2922f878e5d2644051757c9a5a1 to your computer and use it in GitHub Desktop.
Save priort/2bedf2922f878e5d2644051757c9a5a1 to your computer and use it in GitHub Desktop.
sealed trait JazzBand
final case class PianoTrio(pianoPlayer: PianoPlayer,
bassPlayer: BassPlayer,
drummer: Drummer) extends JazzBand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment