Skip to content

Instantly share code, notes, and snippets.

@samuelorji
Last active February 25, 2019 16:15
Show Gist options
  • Select an option

  • Save samuelorji/bc649e7713e5abdab4414d079eac0bb4 to your computer and use it in GitHub Desktop.

Select an option

Save samuelorji/bc649e7713e5abdab4414d079eac0bb4 to your computer and use it in GitHub Desktop.
trait HumanTendency[A]{
def makeHumanLike(a : A) : String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment