Skip to content

Instantly share code, notes, and snippets.

@xeno-by
Created December 28, 2013 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xeno-by/8157491 to your computer and use it in GitHub Desktop.
Save xeno-by/8157491 to your computer and use it in GitHub Desktop.
import shapeless._
object Test extends App {
implicitly[Generic.Aux[(Int, Char), Int :: Char :: HNil]]
}
[error] ~/Projects/shapeless-test/Test.scala:3: could not find implicit value for parameter e: shapeless.Generic.Aux[(Int, Char),shapeless.::[Int,shapeless.::[Char,shapeless.HNil]]]
[error] implicitly[Generic.Aux[(Int, Char), Int :: Char :: HNil]]
[error] ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment