diff options
Diffstat (limited to 'Alpha.hs')
-rw-r--r-- | Alpha.hs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -45,6 +45,7 @@ module Alpha don't, -- * Text + tshow, chomp, lchomp, joinWith, @@ -189,3 +190,6 @@ wrap lim = Text.words .> wrap_ 0 .> Text.unwords | otherwise = w : wrap_ (pos + lw + 1) ws where lw = Text.length w + +tshow :: Show a => a -> Text +tshow = show |