Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nixzhu committed Aug 3, 2017
1 parent b6c761d commit ecdb540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2015-07-30-functional-programming.md
Expand Up @@ -189,8 +189,8 @@ satisfied = bind(satisfied, hug(hugMinutes, smallTalk)) ?? false

``` swift
precedencegroup BindPrecedence {
higherThan: NilCoalescingPrecedence
associativity: left
higherThan: NilCoalescingPrecedence
associativity: left
}
infix operator >>>: BindPrecedence

Expand Down

0 comments on commit ecdb540

Please sign in to comment.