Created
October 23, 2019 09:56
-
-
Save StephenWakely/81148c25baeb12864aabee6ea028e8d1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module MyPrelude | |
( module Prelude | |
, (|>), (<|) | |
) where | |
import Prelude | |
infixr 0 apply as |> | |
infixl 1 applyFlipped as <| |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment