// taken from an ammonite session
cmd30.sc:1: type mismatch;
 found   : $sess.cmd26.fooGeneric.Repr
    (which expands to)  shapeless.::[Int,shapeless.::[String,shapeless.HNil]]
 required: $sess.cmd27.barGeneric.Repr
    (which expands to)  shapeless.::[String,shapeless.::[Int,shapeless.HNil]]
val bar = barGeneric.from(fooArgs)
                          ^
Compilation Failed