google-dictionary-0.1.0.2: Simple interface to the google.com/dictionary API
Network.API.GoogleDictionary
data Entry Source
Constructors
Fields
Instances
lookupWord :: String -> IO [Entry]Source
getResponse :: String -> IO (Either String Response)Source
module Network.API.GoogleDictionary.Types