packages feed

wraxml-0.3: src/Text/XML/WraXML/Utility.hs

module Text.XML.WraXML.Utility where

compose :: [a -> a] -> a -> a
compose = flip (foldr ($))