about summary refs log blame commit diff
path: root/src/Utils.hs
blob: 78ee93ec95de8f8d8a6e54392f99cd2775d6efdc (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                
--------------------------------------------------------------------------------
module Utils where
--------------------------------------------------------------------------------
import Data.Function ((&))
--------------------------------------------------------------------------------

-- | Prefer this operator to the ampersand for stylistic reasons.
(|>) = (&)