Skip to content

Instantly share code, notes, and snippets.

@joan38
Created August 27, 2018 13:05
Show Gist options
  • Save joan38/24a20d47bdbf20fd22bcd0e8ba102c94 to your computer and use it in GitHub Desktop.
Save joan38/24a20d47bdbf20fd22bcd0e8ba102c94 to your computer and use it in GitHub Desktop.
case class HCon[+H, +T <: HList](head: H, tail: T) extends HList
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment