Skip to content

Commit

Permalink
A little documentation never hurt
Browse files Browse the repository at this point in the history
  • Loading branch information
CodaFi committed Sep 9, 2015
1 parent 6e58952 commit a5897e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Operators.swift
Expand Up @@ -101,13 +101,13 @@ infix operator -<< {
precedence 110
}

/// Left-to-Right Kleisli |
/// Left-to-Right Kleisli | Composition for monads.
infix operator >>->> {
associativity right
precedence 110
}

/// Right-to-Left Kleisli |
/// Right-to-Left Kleisli | Composition for monads.
infix operator <<-<< {
associativity right
precedence 110
Expand Down

0 comments on commit a5897e8

Please sign in to comment.