solr-0.4: A minimal Solr client library

Safe HaskellNone
LanguageHaskell2010

Solr.Effect

Documentation

newtype Effect a Source #

Constructors

Effect (ReaderT Resource (ExceptT Error IO) a) 

request :: Request a b -> a -> Effect b Source #