twitter-types-0.4.20140809: Twitter JSON parser and types

Safe HaskellSafe-Inferred

Web.Twitter.Types.Lens.Types

Synopsis

Documentation

type Lens s t a b = forall f. Functor f => (a -> f b) -> s -> f tSource

A type alias of the lens. It is the same definition as the lens which introduced in http://hackage.haskell.org/package/lens-4.3.3/docs/Control-Lens-Type.html#t:Lens