Skip to content

Instantly share code, notes, and snippets.

@robhinds
Created March 21, 2020 21:09
Show Gist options
  • Save robhinds/36718374d6a1e0b72b924d9b1976e773 to your computer and use it in GitHub Desktop.
Save robhinds/36718374d6a1e0b72b924d9b1976e773 to your computer and use it in GitHub Desktop.
object combine extends Poly2 {
implicit def caseValidation = at[Boolean, Boolean] (_ && _)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment