<@U114Z86N6> they are required depends on what you...
# arrow
r
@kevinherron they are required depends on what you are using from Arrow. If you are using just Either, Option, Try and basic stuff you just need
arrow-core
. For any typeclass based stuff like monad bindings then
arrow-typeclasses
and
arrow-instances
, and finally for all extension syntax over other data types and type classes
arrow-syntax