Skip to content

Instantly share code, notes, and snippets.

@nmcb
Last active March 17, 2021 15:57
Show Gist options
  • Save nmcb/b7d712bee36e3c74d49ef5b9073e8c2f to your computer and use it in GitHub Desktop.
Save nmcb/b7d712bee36e3c74d49ef5b9073e8c2f to your computer and use it in GitHub Desktop.

newtype and circe

implicit def coercibleDecoder[N, P](implicit ev: Coercible[Decoder[P],Decoder[N]]
                                   ,    decoder: Decoder[P]
): Decoder[N] = ev(decoder)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment