Skip to content

Instantly share code, notes, and snippets.

@StephenWakely
Created October 23, 2019 09:56
Show Gist options
  • Save StephenWakely/81148c25baeb12864aabee6ea028e8d1 to your computer and use it in GitHub Desktop.
Save StephenWakely/81148c25baeb12864aabee6ea028e8d1 to your computer and use it in GitHub Desktop.
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