packages feed

web-encodings-0.2.0: Web/Encodings/ListHelper.hs

module Web.Encodings.ListHelper (cons) where

cons :: a -> [a] -> [a]
cons = (:)