Created
June 25, 2019 08:16
-
-
Save zarinfam/9c19dc32b34bbf984e515bb146f99c19 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
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
| static <A> String show(A a, Show<A> sh) { | |
| return sh.show(a); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment