Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.Yandex.Dictionary
Documentation
data DictionaryParams Source #
Instances
Constructors
DictAttrs | |
type DictResult = [DictAttrs] Source #
getLangs :: (MonadIO m, MonadThrow m) => YandexApiT m [Direction] Source #
dictLookup :: (MonadIO m, MonadThrow m) => Direction -> DictionaryParams -> Text -> YandexApiT m DictResult Source #