pinboard-0.9.12.5: Access to the Pinboard API

Copyright(c) Jon Schoning 2015
Maintainerjonschoning@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Pinboard.Types

Description

 

Synopsis

Documentation

type MonadPinboard m = (Functor m, Applicative m, MonadIO m, MonadCatch m, MonadReader PinboardEnv m, MonadLogger m) Source #

Typeclass alias for the return type of the API functions (keeps the signatures less verbose)

type ExecLoggingT = forall m. MonadIO m => forall a. LoggingT m a -> m a Source #

data PinboardRequest Source #

Constructors

PinboardRequest 

Fields