also, while you're here, which syntax do you hate ...
# arrow-contributors
e
also, while you're here, which syntax do you hate the most like more for getting the instance of the type class manually?
Copy code
+Eq<Boolean>()
-Eq<Boolean>()
!Eq<Boolean>()
Eq..Boolean::class
Eq..of<Boolean>()