module Web.Encodings.ListHelper (cons) where cons :: a -> [a] -> [a] cons = (:)