twitter-types-0.1.20130101: Twitter JSON parser and types

Safe HaskellNone

Web.Twitter.Types.Lens

Synopsis

Documentation

data SearchResult body Source

Instances

Eq body => Eq (SearchResult body) 
Show body => Show (SearchResult body) 
FromJSON body => FromJSON (SearchResult body) 

data List Source

Instances

data Entities Source

Entity handling.

type EntityIndices = [Int]Source

The character positions the Entity was extracted from

This is experimental implementation. This may be replaced by more definite types.

data Entity a Source

Instances

entityBody :: Lens (Entity a) (Entity b) a bSource