packages feed

rallod-0.0.1: src/Rallod.hs

module Rallod where

infixl 9 ==>

(==>) :: a -> (a -> b) -> b
x ==> f = f $ x