Guest User

Untitled

a guest
Feb 25th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. object Eq {
  2. def apply[A](implicit eq: Eq[A]): Eq[A] = eq
  3. }
Add Comment
Please, Sign In to add comment