about summary refs log tree commit diff
path: root/users/wpcarro/website/sandbox/learnpianochords/src/server/Utils.hs
blob: 2f401af2fb8f212a81a37aae6a507ae89cbfa7ba (plain) (blame)
1
2
3
4
5
6
7
8
--------------------------------------------------------------------------------
module Utils where
--------------------------------------------------------------------------------
import Data.Function ((&))
--------------------------------------------------------------------------------

(|>) :: a -> (a -> b) -> b
(|>) = (&)