import... | What it imports |
---|---|
cats.std.type |
Typeclass instances for standard library type (think List , Option ) |
cats.syntax.type |
“Enhanced” methods for type (.toRightXor etc) |
cats.data.type |
Imports a type not part of the standard library (think Xor , Kleisli ) and its typeclass instances |
Last active
January 5, 2017 18:00
-
-
Save noelmarkham/5815e3b1be81cf74c536 to your computer and use it in GitHub Desktop.
Cats imports cheat sheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment