Skip to content

Instantly share code, notes, and snippets.

@lu4nm3
Created May 15, 2020 08:24
Show Gist options
  • Save lu4nm3/be1eefeccff622aa52ee2f2fbd3d14af to your computer and use it in GitHub Desktop.
Save lu4nm3/be1eefeccff622aa52ee2f2fbd3d14af to your computer and use it in GitHub Desktop.
sealed trait Hygiene extends Item
case class Shampoo(price: Double) extends Hygiene
case class ToothPaste(price: Double) extends Hygiene
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment