-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | prettier function composition by (°) -- -- Yes, I am afraid it is completely trivial and syntactic. However, the -- use of . is quite overloaded, so that e.g. character search -- becomes a problem. Pretty looking & generally available at the -- keyboard, '°' solves this. Possibly the most simple Hackage package -- ever. :-P @package prettyFunctionComposing @version 2.0.0 module Control.PFC -- | pretty function composing alias (°) :: (b -> c) -> (a -> b) -> a -> c