Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save afsalthaj/20266bd4841fd5c2c00682d028439de1 to your computer and use it in GitHub Desktop.

Select an option

Save afsalthaj/20266bd4841fd5c2c00682d028439de1 to your computer and use it in GitHub Desktop.
implicit val validateName: Validation[Name] =
_.successNel[ValidationError]
implicit val validateExchangeId: Validation[ExchangeId]=
_.successNel[ValidationError]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment