Skip to content

Commit

Permalink
Merge pull request elm#473 from jonathanp/patch-1
Browse files Browse the repository at this point in the history
Replace `<<` with `<|` in docs for backward function application
  • Loading branch information
jvoigtlaender committed Jan 18, 2016
2 parents bf797b7 + a8042e2 commit 37598a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Basics.elm
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ avoiding parentheses. Consider the following code to create a text element:
This can also be written as:
leftAligned << monospace <| fromString "code"
leftAligned <| monospace <| fromString "code"
-}
(<|) : (a -> b) -> a -> b
(<|) f x =
Expand Down

0 comments on commit 37598a7

Please sign in to comment.