Skip to content

Instantly share code, notes, and snippets.

@pjrt
Last active February 19, 2021 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjrt/b41b3d86110a633bd5ed99500cb7e15b to your computer and use it in GitHub Desktop.
Save pjrt/b41b3d86110a633bd5ed99500cb7e15b to your computer and use it in GitHub Desktop.
import scalaz.annotation.deriving
@deriving(JsonParser)
final case class User(name: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment