Skip to content

Instantly share code, notes, and snippets.

@pomadchin
Last active December 27, 2015 22:29
Show Gist options
  • Save pomadchin/7399850 to your computer and use it in GitHub Desktop.
Save pomadchin/7399850 to your computer and use it in GitHub Desktop.
HList as a parameter
def split[H, T <: HList](l: H :: T) = l.head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment