pinboard-0.10.1.3: 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 = (MonadUnliftIO 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