the description for this gist
implicit val stringCanShow: Show[String] = | |
new Show[String]{ | |
def show(str: String): String = s"string $str" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment