Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/docs/syntax.elm
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ viewNames2 names =
Historical note: this is borrowed from F#, inspired by Unix pipes.

Relatedly, [`(<<)`](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#<<)
and [`(>>)`](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#>>)
and [`(>>)`](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#>>>)
are function composition operators.


Expand Down