Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added examples of Arrow composition #1952

Merged
merged 9 commits into from
Oct 10, 2017
Prev Previous commit
Next Next commit
Got rid of whitespace at EOL
  • Loading branch information
Raymond Tay committed Oct 8, 2017
commit 6f6b09e9b0cda13a900a5eeaf71bf64180dcfe8d
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/arrow/Compose.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import simulacrum.typeclass
*/
@typeclass trait Compose[F[_, _]] { self =>

/**
/**
* Here's how you can use `>>>` and `<<<`
* Example:
* {{{
Expand Down