Created
May 15, 2020 08:26
-
-
Save lu4nm3/9d1dc8813ef8ae03da0a3a1912dde099 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
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