tvl-depot/scratch/brilliant/Utils.hs

9 lines
328 B
Haskell
Raw Normal View History

--------------------------------------------------------------------------------
module Utils where
--------------------------------------------------------------------------------
import Data.Function ((&))
--------------------------------------------------------------------------------
(|>) :: a -> (a -> b) -> b
(|>) = (&)