Safe Haskell | None |
---|---|
Language | Haskell2010 |
Google.ISBN
Description
Basic utility to search an ISBN using the Google Books webservice
Documentation
data GoogleISBN Source #
Instances
Show GoogleISBN Source # | |
Defined in Google.ISBN Methods showsPrec :: Int -> GoogleISBN -> ShowS # show :: GoogleISBN -> String # showList :: [GoogleISBN] -> ShowS # | |
Generic GoogleISBN Source # | |
Defined in Google.ISBN Associated Types type Rep GoogleISBN :: * -> * # | |
FromJSON GoogleISBN Source # | |
Defined in Google.ISBN | |
type Rep GoogleISBN Source # | |
Defined in Google.ISBN |
googleISBN :: ISBN -> IO (Maybe GoogleISBN) Source #