Skip to content

Instantly share code, notes, and snippets.

@noelmarkham
Last active January 5, 2017 18:00
Show Gist options
  • Save noelmarkham/5815e3b1be81cf74c536 to your computer and use it in GitHub Desktop.
Save noelmarkham/5815e3b1be81cf74c536 to your computer and use it in GitHub Desktop.
Cats imports cheat sheet
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment