Skip to content

Instantly share code, notes, and snippets.

@zarinfam
Created June 25, 2019 08:16
Show Gist options
  • Select an option

  • Save zarinfam/9c19dc32b34bbf984e515bb146f99c19 to your computer and use it in GitHub Desktop.

Select an option

Save zarinfam/9c19dc32b34bbf984e515bb146f99c19 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
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