Skip to content

Instantly share code, notes, and snippets.

@afsalthaj
Last active April 11, 2018 07:33
Show Gist options
  • Save afsalthaj/d2cb4656a0913d5bc6377bf044a51404 to your computer and use it in GitHub Desktop.
Save afsalthaj/d2cb4656a0913d5bc6377bf044a51404 to your computer and use it in GitHub Desktop.
@ //This is ammonite configured for shapeless
@ implicitly[Validation[SuperExchange]].validate(SuperExchange(ExchangeId("id"), Name("name")))
res48: ValidationNel[ValidationError, SuperExchange] = Success(SuperExchange("id", "name"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment