google-dictionary-0.1.0.0: Simple interface to the google.com/dictionary API

Safe HaskellNone

Network.API.GoogleDictionary

Documentation

data Entry Source

Constructors

Entry 

Fields

entryWord :: !String
 
entryData :: [(PartOfSpeech, Definition)]
 

Instances