| 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 # | |
toGalleryLink :: Gallery -> Text Source #