blob: 78ee93ec95de8f8d8a6e54392f99cd2775d6efdc (
plain) (
tree)
|
|
--------------------------------------------------------------------------------
module Utils where
--------------------------------------------------------------------------------
import Data.Function ((&))
--------------------------------------------------------------------------------
-- | Prefer this operator to the ampersand for stylistic reasons.
(|>) = (&)
|