module Control.PFC((°)) where -- | pretty function composing alias (°):: (b->c)-> (a->b)-> a-> c (°) = (.) infixr 9 °