bizzabo / diff

Visually compare Scala data structures with out of the box support for arbitrary case classes.
Other
177 stars 17 forks source link

wip: attempt at not using slow shapeless for (large) co-products #20

Open cvogt opened 8 years ago

cvogt commented 8 years ago

this is work in progress. it currently still leads to

[error] /Users/chris/xdotai/diff/test/Main.scala:25: could not find implicit value for parameter e: ai.x.diff.DiffShow[Foo]
[error]   implicitly[DiffShow[Parent]]
[error]             ^