diff --git a/Result/Result.swift b/Result/Result.swift index c90c875..fd6df51 100644 --- a/Result/Result.swift +++ b/Result/Result.swift @@ -191,7 +191,7 @@ infix operator >>- { associativity left // Higher precedence than function application, but lower than function composition. - precedence 150 + precedence 100 } infix operator &&& {