time-wasting-thread-memorial/web/src/Within/DBMemorial/Utils.hs

6 lines
160 B
Haskell

module Within.DBMemorial.Utils where
-- https://hackage.haskell.org/package/base-4.8.0.0/docs/src/Data-Function.html#%26
(&) :: a -> (a -> b) -> b
x & f = f x