{ "Left" / "Right": ... }
, or to add a custom field for the type, ...)cachedImplicit
or orphans :-(
Generic1
bug and I'll release as soon as I have a fix for that. Fingers X'd today or tomorrow :-)
Lazy
compared to implicitly
. Namely, implicitly
find implicits from argonaut.Argonaut
, whereas Lazy
apparently tries to derive these as ADTs, not viewing those of argonaut.Argonaut
, and fails.
Lazy
seems not to derive the same thing as just implicitly
private[argonaut]
, sub-types of argonaut.Json
implicitly
, as reify
confirms.