-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Use TinyURL to compress URLs
--   
--   This package exports a single function that uses the TinyURL API to
--   compress a given URL.
@package TinyURL
@version 0.1.0

module Network.TinyURL

-- | Use TinyURL to compress a URL. In the event of a failure, return the
--   original URL.
tinyURL :: String -> IO String
