pinboard-0.10.1.4: Access to the Pinboard API

Safe HaskellNone
LanguageHaskell2010

Pinboard.ApiTypesLens

Contents

Synopsis

Lens Aliases

type Lens_' s a = Lens_ s s a a Source #

type Lens_ s t a b = forall (f :: * -> *). Functor f => (a -> f b) -> s -> f t Source #

type Prism_' s a = Prism_ s s a a Source #

type Prism_ s t a b = forall (p :: * -> * -> *) (f :: * -> *). (Choice p, Applicative f) => p a (f b) -> p s (f t) Source #

Posts

Post

PostDates

NoteList

NoteListItem

Suggested (Prism)