| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Web.Exhentai.Types
Documentation
data GalleryCat Source #
Instances
toBitField :: Set GalleryCat -> Int Source #
showCat :: GalleryCat -> Text Source #
newtype AverageRating Source #
Constructors
| AverageRating | |
Instances
| Eq AverageRating Source # | |
Defined in Web.Exhentai.Types Methods (==) :: AverageRating -> AverageRating -> Bool # (/=) :: AverageRating -> AverageRating -> Bool # | |
| Show AverageRating Source # | |
Defined in Web.Exhentai.Types Methods showsPrec :: Int -> AverageRating -> ShowS # show :: AverageRating -> String # showList :: [AverageRating] -> ShowS # | |
newtype GalleryLength Source #
Constructors
| GalleryLength | |
Fields | |
Instances
| Eq GalleryLength Source # | |
Defined in Web.Exhentai.Types Methods (==) :: GalleryLength -> GalleryLength -> Bool # (/=) :: GalleryLength -> GalleryLength -> Bool # | |
| Show GalleryLength Source # | |
Defined in Web.Exhentai.Types Methods showsPrec :: Int -> GalleryLength -> ShowS # show :: GalleryLength -> String # showList :: [GalleryLength] -> ShowS # | |
newtype FavoriteCount Source #
Constructors
| FavoriteCount | |
Fields | |
Instances
| Eq FavoriteCount Source # | |
Defined in Web.Exhentai.Types Methods (==) :: FavoriteCount -> FavoriteCount -> Bool # (/=) :: FavoriteCount -> FavoriteCount -> Bool # | |
| Show FavoriteCount Source # | |
Defined in Web.Exhentai.Types Methods showsPrec :: Int -> FavoriteCount -> ShowS # show :: FavoriteCount -> String # showList :: [FavoriteCount] -> ShowS # | |
Instances
| Eq Gallery Source # | |
| Show Gallery Source # | |
| Generic Gallery Source # | |
| type Rep Gallery Source # | |
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))) | |
toGalleryLink :: Gallery -> Text Source #