Skip to content

Commit

Permalink
Merge pull request #49 from kareman/flatmap-operator-precedence
Browse files Browse the repository at this point in the history
Make >>- operator precedence compatible with other frameworks.
  • Loading branch information
robrix committed May 24, 2015
2 parents 7fec10d + 23c270d commit 81b1896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Result/Result.swift
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ infix operator >>- {
associativity left

// Higher precedence than function application, but lower than function composition.
precedence 150
precedence 100
}

infix operator &&& {
Expand Down

0 comments on commit 81b1896

Please sign in to comment.