Skip to content

Instantly share code, notes, and snippets.

@lu4nm3
Created May 15, 2020 08:26
Show Gist options
  • Save lu4nm3/9d1dc8813ef8ae03da0a3a1912dde099 to your computer and use it in GitHub Desktop.
Save lu4nm3/9d1dc8813ef8ae03da0a3a1912dde099 to your computer and use it in GitHub Desktop.
trait Price[A] {
def price(a: A): Double
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment