I recently realized that Haskell's `<&>` operator is not present in Purescript as is. The equivalent is `<#>` or the `mapFlipped` function. Should this be in the [Where is ... from Haskell?](https://github.com/purescript/documentation/blob/master/language/Differences-from-Haskell.md#where-is--from-haskell) section from the "Differences from Haskell" guide? If so, I'd happily create a PR changing this.