Skip to content

Instantly share code, notes, and snippets.

@adamw
Created May 4, 2019 12:16
Show Gist options
  • Save adamw/287ef0e7c394faf777ce9840b60f485d to your computer and use it in GitHub Desktop.
Save adamw/287ef0e7c394faf777ce9840b60f485d to your computer and use it in GitHub Desktop.
import tapir.Codec.PlainCodec
implicit val yearCodec: PlainCodec[Year] =
implicitly[PlainCodec[Int]].map(new Year(_))(_.year)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment