-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Interface to Google Suggest API -- -- Interface to Google Suggest API @package GoogleSuggest @version 0.0.2 module Google.Suggest -- | Get [(suggestions, queries)] from Google Suggest. suggest :: String -> IO (Either String [(String, Int)])