pinboard-0.9.12.6: 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)