5071998c4c28bffff8a6107ade49ec1f81a7f8d8
[xyz.git] / src / Util.hs
1 module Util where
2
3 import Data.Text
4
5 ununlines :: [Text] -> Text
6 ununlines = intercalate "\n\n"