haskell-say-1.0.0.0: Let the Haskell logo talk to your users!

Safe HaskellSafe
LanguageHaskell2010

HaskellSay

Synopsis

Documentation

haskellSay :: String -> IO () Source #

Have the Haskell logo say something.

wrapLine :: Int -> String -> [String] Source #

Wraps the given str to lines of at most width columns.