pinboard-0.10.3.0: Access to the Pinboard API
Safe HaskellNone
LanguageHaskell2010

Pinboard.ApiTypesLens

Synopsis

Lens Aliases

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

type Lens_ s t a b = forall (f :: Type -> Type). 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 :: Type -> Type -> Type) (f :: Type -> Type). (Choice p, Applicative f) => p a (f b) -> p s (f t) Source #

Posts

Post

PostDates

NoteList

NoteListItem

Suggested (Prism)