exh-0.2.0: A library for crawling exhentai
Safe HaskellNone
LanguageHaskell2010

Web.Exhentai.Types

Documentation

newtype PopUpLink Source #

Constructors

PopUpLink 

Fields

Instances

newtype AverageRating Source #

Constructors

AverageRating 

Fields

Instances

Instances details
Eq AverageRating Source # 
Instance details

Defined in Web.Exhentai.Types

Show AverageRating Source # 
Instance details

Defined in Web.Exhentai.Types

newtype GalleryLength Source #

Constructors

GalleryLength 

Fields

Instances

Instances details
Eq GalleryLength Source # 
Instance details

Defined in Web.Exhentai.Types

Show GalleryLength Source # 
Instance details

Defined in Web.Exhentai.Types

newtype FavoriteCount Source #

Constructors

FavoriteCount 

Fields

Instances

Instances details
Eq FavoriteCount Source # 
Instance details

Defined in Web.Exhentai.Types

Show FavoriteCount Source # 
Instance details

Defined in Web.Exhentai.Types

data Gallery Source #

Constructors

Gallery 

Fields

Instances

Instances details
Eq Gallery Source # 
Instance details

Defined in Web.Exhentai.Types

Methods

(==) :: Gallery -> Gallery -> Bool #

(/=) :: Gallery -> Gallery -> Bool #

Show Gallery Source # 
Instance details

Defined in Web.Exhentai.Types

Generic Gallery Source # 
Instance details

Defined in Web.Exhentai.Types

Associated Types

type Rep Gallery :: Type -> Type #

Methods

from :: Gallery -> Rep Gallery x #

to :: Rep Gallery x -> Gallery #

type Rep Gallery Source # 
Instance details

Defined in Web.Exhentai.Types

type Rep Gallery = D1 ('MetaData "Gallery" "Web.Exhentai.Types" "exh-0.2.0-inplace" 'False) (C1 ('MetaCons "Gallery" 'PrefixI 'True) (S1 ('MetaSel ('Just "galleryId") 'SourceUnpack 'SourceStrict 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "token") 'SourceUnpack 'SourceStrict 'DecidedStrict) (Rec0 Text)))